#A2011C

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

Shades of Carmine #A2011C

Tints of Carmine #A2011C

Color information

#A2011C (or 0xA2011C) is unknown color: approx Carmine. HEX triplet: A2, 01 and 1C. RGB value is (162,1,28). Sum of RGB (Red+Green+Blue) = 162+1+28=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A2011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2011C is #5DFEE3. Grayscale: #343434. Windows color (decimal): -6160100 or 1835426. OLE color: 1835426.

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

Color convert

RGB162128-
CMYK00.990.830.36
HSL349.94º98.77%31.96%-
HSV(B)349.94º99.38%63.53%-
XYZ15.127.791.8-
YUV52.22114.34206.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 84.82%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=84.82%
G=0.52%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212800.990.830.36349.9498.7731.96
HexA211C063532415e6320
Octal24213401431234453614340
Binary101000101111000110001110100111001001010111101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2011C; }

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

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

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

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

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

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

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

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