#A20311

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

Shades of Carmine #A20311

Tints of Carmine #A20311

Color information

#A20311 (or 0xA20311) is unknown color: approx Carmine. HEX triplet: A2, 03 and 11. RGB value is (162,3,17). Sum of RGB (Red+Green+Blue) = 162+3+17=182 (24% of max value = 765). Red value is 162 (63.67% from 255 or 89.01% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 162 - color contains mainly: red. Hex color #A20311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20311 is #5DFCEE. Grayscale: #343434. Windows color (decimal): -6159599 or 1115042. OLE color: 1115042.

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

Color convert

RGB162317-
CMYK00.980.900.36
HSL354.72º96.36%32.35%-
HSV(B)354.72º98.15%63.53%-
XYZ15.037.791.24-
YUV52.14108.18206.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 89.01%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=89.01%
G=1.65%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16231700.980.900.36354.7296.3632.35
HexA23110625A241636020
Octal24232101421324454314040
Binary1010001011100010110001010110101001001011000111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20311; }

 p { color: rgb(162,3,17); }

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

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

 a { background-color: rgb(162,3,17); }

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

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

 span { border-color: rgb(162,3,17); }

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