#af4234

Color #AF4234 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AF4234

Tints of Medium Carmine #AF4234

Color information

#AF4234 (or 0xAF4234) is unknown color: approx Medium Carmine. HEX triplet: AF, 42 and 34. RGB value is (175,66,52). Sum of RGB (Red+Green+Blue) = 175+66+52=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4234 is #50BDCB. Grayscale: #616161. Windows color (decimal): -5291468 or 3424943. OLE color: 3424943.

HSL color Cylindrical-coordinate representation of color #AF4234: hue angle of 6.83º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4234 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1756652-
CMYK00.620.700.31
HSL6.83º54.19%44.51%-
HSV(B)6.83º70.29%68.63%-
XYZ20.2513.264.74-
YUV96.99102.61183.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 59.73%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=59.73%
G=22.53%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175665200.620.700.316.8354.1944.51
HexAF423403E461F7362d
Octal257102640761063776655
Binary1010111110000101101000111110100011011111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4234; }

 p { color: rgb(175,66,52); }

 H1.HeaderClassName
 {
   color: #af4234;
 }
 .AnyTagClassName
 {
   color: #af4234;
 }
</style>
background-color css

<style>
 a { background-color: #af4234; }

 a { background-color: rgb(175,66,52); }

 div.DivClassName
 {
   background-color: #af4234;
 }
 .BgClassName
 {
   background-color: #af4234;
 }
</style>
border-color css

<style>
 span { border-color: #af4234; }

 span { border-color: rgb(175,66,52); }

 td.TdClassName
 {
   border-color: #af4234;
 }
 .TagClassName
 {
   border-color: #af4234;
 }
</style>