#A20110

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

Shades of Carmine #A20110

Tints of Carmine #A20110

Color information

#A20110 (or 0xA20110) is unknown color: approx Carmine. HEX triplet: A2, 01 and 10. RGB value is (162,1,16). Sum of RGB (Red+Green+Blue) = 162+1+16=179 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90.50% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 162 - color contains mainly: red. Hex color #A20110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20110 is #5DFEEF. Grayscale: #323232. Windows color (decimal): -6160112 or 1048994. OLE color: 1048994.

HSL color Cylindrical-coordinate representation of color #A20110: hue angle of 354.41º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20110 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB162116-
CMYK00.990.900.36
HSL354.41º98.77%31.96%-
HSV(B)354.41º99.38%63.53%-
XYZ157.741.19-
YUV50.85108.34207.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 90.50%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=90.50%
G=0.56%
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.36
SystemRedGreenBlueCMYKHSL
Decimal16211600.990.900.36354.4198.7731.96
HexA21100635A241626320
Octal24212001431324454214340
Binary101000101100000110001110110101001001011000101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20110; }

 p { color: rgb(162,1,16); }

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

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

 a { background-color: rgb(162,1,16); }

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

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

 span { border-color: rgb(162,1,16); }

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