#A2011B

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

Shades of Carmine #A2011B

Tints of Carmine #A2011B

Color information

#A2011B (or 0xA2011B) is unknown color: approx Carmine. HEX triplet: A2, 01 and 1B. RGB value is (162,1,27). Sum of RGB (Red+Green+Blue) = 162+1+27=190 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.26% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 162 - color contains mainly: red. Hex color #A2011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2011B is #5DFEE4. Grayscale: #343434. Windows color (decimal): -6160101 or 1769890. OLE color: 1769890.

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

Color convert

RGB162127-
CMYK00.990.830.36
HSL350.31º98.77%31.96%-
HSV(B)350.31º99.38%63.53%-
XYZ15.117.781.74-
YUV52.1113.84206.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.26%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=85.26%
G=0.53%
B=14.21%

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
Decimal16212700.990.830.36350.3198.7731.96
HexA211B063532415e6320
Octal24213301431234453614340
Binary101000101110110110001110100111001001010111101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2011B; }

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

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

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

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

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

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

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

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