#AF402B

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

Shades of Medium Carmine #AF402B

Tints of Medium Carmine #AF402B

Color information

#AF402B (or 0xAF402B) is unknown color: approx Medium Carmine. HEX triplet: AF, 40 and 2B. RGB value is (175,64,43). Sum of RGB (Red+Green+Blue) = 175+64+43=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF402B is #50BFD4. Grayscale: #5E5E5E. Windows color (decimal): -5291989 or 2834607. OLE color: 2834607.

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

Color convert

RGB1756443-
CMYK00.630.750.31
HSL9.55º60.55%42.75%-
HSV(B)9.55º75.43%68.63%-
XYZ19.9512.963.73-
YUV94.898.77185.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=62.06%
G=22.70%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175644300.630.750.319.5560.5542.75
HexAF402B03F4B1Fa3d2b
Octal2571005307711337127553
Binary10101111100000010101101111111001011111111010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF402B; }

 p { color: rgb(175,64,43); }

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

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

 a { background-color: rgb(175,64,43); }

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

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

 span { border-color: rgb(175,64,43); }

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