#A20C22

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

Shades of Carmine #A20C22

Tints of Carmine #A20C22

Color information

#A20C22 (or 0xA20C22) is unknown color: approx Carmine. HEX triplet: A2, 0C and 22. RGB value is (162,12,34). Sum of RGB (Red+Green+Blue) = 162+12+34=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20C22 is #5DF3DD. Grayscale: #3B3B3B. Windows color (decimal): -6157278 or 2231458. OLE color: 2231458.

HSL color Cylindrical-coordinate representation of color #A20C22: hue angle of 351.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C22 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1621234-
CMYK00.930.790.36
HSL351.2º86.21%34.12%-
HSV(B)351.2º92.59%63.53%-
XYZ15.328.062.26-
YUV59.36113.7201.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.88%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=77.88%
G=5.77%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162123400.930.790.36351.286.2134.12
HexA2C2205D4F2415f5622
Octal242144201351174453712642
Binary1010001011001000100101110110011111001001010111111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C22; }

 p { color: rgb(162,12,34); }

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

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

 a { background-color: rgb(162,12,34); }

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

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

 span { border-color: rgb(162,12,34); }

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