#AF432D

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

Shades of Medium Carmine #AF432D

Tints of Medium Carmine #AF432D

Color information

#AF432D (or 0xAF432D) is unknown color: approx Medium Carmine. HEX triplet: AF, 43 and 2D. RGB value is (175,67,45). Sum of RGB (Red+Green+Blue) = 175+67+45=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF432D is #50BCD2. Grayscale: #606060. Windows color (decimal): -5291219 or 2966447. OLE color: 2966447.

HSL color Cylindrical-coordinate representation of color #AF432D: hue angle of 10.15º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF432D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1756745-
CMYK00.620.740.31
HSL10.15º59.09%43.14%-
HSV(B)10.15º74.29%68.63%-
XYZ20.1613.323.99-
YUV96.7898.78183.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=60.98%
G=23.34%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175674500.620.740.3110.1559.0943.14
HexAF432D03E4A1Fa3b2b
Octal2571035507611237127353
Binary10101111100001110110101111101001010111111010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF432D; }

 p { color: rgb(175,67,45); }

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

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

 a { background-color: rgb(175,67,45); }

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

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

 span { border-color: rgb(175,67,45); }

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