#AF422D

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

Shades of Medium Carmine #AF422D

Tints of Medium Carmine #AF422D

Color information

#AF422D (or 0xAF422D) is unknown color: approx Medium Carmine. HEX triplet: AF, 42 and 2D. RGB value is (175,66,45). Sum of RGB (Red+Green+Blue) = 175+66+45=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF422D is #50BDD2. Grayscale: #606060. Windows color (decimal): -5291475 or 2966191. OLE color: 2966191.

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

Color convert

RGB1756645-
CMYK00.620.740.31
HSL9.69º59.09%43.14%-
HSV(B)9.69º74.29%68.63%-
XYZ20.113.23.97-
YUV96.299.11184.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.19%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=61.19%
G=23.08%
B=15.73%

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
Decimal175664500.620.740.319.6959.0943.14
HexAF422D03E4A1Fa3b2b
Octal2571025507611237127353
Binary10101111100001010110101111101001010111111010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF422D; }

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

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

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

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

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

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

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

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