#AF422B

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

Shades of Medium Carmine #AF422B

Tints of Medium Carmine #AF422B

Color information

#AF422B (or 0xAF422B) is unknown color: approx Medium Carmine. HEX triplet: AF, 42 and 2B. RGB value is (175,66,43). Sum of RGB (Red+Green+Blue) = 175+66+43=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF422B is #50BDD4. Grayscale: #606060. Windows color (decimal): -5291477 or 2835119. OLE color: 2835119.

HSL color Cylindrical-coordinate representation of color #AF422B: hue angle of 10.45º 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 #AF422B is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1756643-
CMYK00.620.750.31
HSL10.45º60.55%42.75%-
HSV(B)10.45º75.43%68.63%-
XYZ20.0613.183.77-
YUV95.9798.11184.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 43 (17.19% from 255) = 15.14%
R=61.62%
G=23.24%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175664300.620.750.3110.4560.5542.75
HexAF422B03E4B1Fa3d2b
Octal2571025307611337127553
Binary10101111100001010101101111101001011111111010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF422B; }

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

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

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

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

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

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

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

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