#AF4A3B

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

Shades of Medium Carmine #AF4A3B

Tints of Medium Carmine #AF4A3B

Color information

#AF4A3B (or 0xAF4A3B) is unknown color: approx Medium Carmine. HEX triplet: AF, 4A and 3B. RGB value is (175,74,59). Sum of RGB (Red+Green+Blue) = 175+74+59=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A3B is #50B5C4. Grayscale: #666666. Windows color (decimal): -5289413 or 3885743. OLE color: 3885743.

HSL color Cylindrical-coordinate representation of color #AF4A3B: hue angle of 7.76º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4A3B is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1757459-
CMYK00.580.660.31
HSL7.76º49.57%45.88%-
HSV(B)7.76º66.29%68.63%-
XYZ20.9214.335.8-
YUV102.49103.46179.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=56.82%
G=24.03%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175745900.580.660.317.7649.5745.88
HexAF4A3B03A421F8322e
Octal2571127307210237106256
Binary10101111100101011101101110101000010111111000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A3B; }

 p { color: rgb(175,74,59); }

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

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

 a { background-color: rgb(175,74,59); }

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

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

 span { border-color: rgb(175,74,59); }

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