#A10210

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

Shades of Carmine #A10210

Tints of Carmine #A10210

Color information

#A10210 (or 0xA10210) is unknown color: approx Carmine. HEX triplet: A1, 02 and 10. RGB value is (161,2,16). Sum of RGB (Red+Green+Blue) = 161+2+16=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A10210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10210 is #5EFDEF. Grayscale: #333333. Windows color (decimal): -6225392 or 1049249. OLE color: 1049249.

HSL color Cylindrical-coordinate representation of color #A10210: hue angle of 354.72º 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 #A10210 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB161216-
CMYK00.990.900.37
HSL354.72º97.55%31.96%-
HSV(B)354.72º98.76%63.14%-
XYZ14.817.661.19-
YUV51.14108.18206.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 89.94%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=89.94%
G=1.12%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16121600.990.900.37354.7297.5531.96
HexA12100635A251636220
Octal24122001431324554314240
Binary1010000110100000110001110110101001011011000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10210; }

 p { color: rgb(161,2,16); }

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

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

 a { background-color: rgb(161,2,16); }

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

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

 span { border-color: rgb(161,2,16); }

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