#A00212

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

Shades of Carmine #A00212

Tints of Carmine #A00212

Color information

#A00212 (or 0xA00212) is unknown color: approx Carmine. HEX triplet: A0, 02 and 12. RGB value is (160,2,18). Sum of RGB (Red+Green+Blue) = 160+2+18=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A00212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00212 is #5FFDED. Grayscale: #333333. Windows color (decimal): -6290926 or 1180320. OLE color: 1180320.

HSL color Cylindrical-coordinate representation of color #A00212: hue angle of 353.92º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00212 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB160218-
CMYK00.990.890.37
HSL353.92º97.53%31.76%-
HSV(B)353.92º98.75%62.75%-
XYZ14.637.561.26-
YUV51.07109.35205.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 88.89%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 18 (7.42% from 255) = 10%
R=88.89%
G=1.11%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16021800.990.890.37353.9297.5331.76
HexA021206359251626220
Octal24022201431314554214240
Binary1010000010100100110001110110011001011011000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00212; }

 p { color: rgb(160,2,18); }

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

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

 a { background-color: rgb(160,2,18); }

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

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

 span { border-color: rgb(160,2,18); }

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