#A2011A

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

Shades of Carmine #A2011A

Tints of Carmine #A2011A

Color information

#A2011A (or 0xA2011A) is unknown color: approx Carmine. HEX triplet: A2, 01 and 1A. RGB value is (162,1,26). Sum of RGB (Red+Green+Blue) = 162+1+26=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A2011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2011A is #5DFEE5. Grayscale: #343434. Windows color (decimal): -6160102 or 1704354. OLE color: 1704354.

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

Color convert

RGB162126-
CMYK00.990.840.36
HSL350.68º98.77%31.96%-
HSV(B)350.68º99.38%63.53%-
XYZ15.17.781.68-
YUV51.99113.34206.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.71%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=85.71%
G=0.53%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212600.990.840.36350.6898.7731.96
HexA211A063542415f6320
Octal24213201431244453714340
Binary101000101110100110001110101001001001010111111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2011A; }

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

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

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

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

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

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

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

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