#A20819

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

Shades of Carmine #A20819

Tints of Carmine #A20819

Color information

#A20819 (or 0xA20819) is unknown color: approx Carmine. HEX triplet: A2, 08 and 19. RGB value is (162,8,25). Sum of RGB (Red+Green+Blue) = 162+8+25=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A20819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20819 is #5DF7E6. Grayscale: #383838. Windows color (decimal): -6158311 or 1640610. OLE color: 1640610.

HSL color Cylindrical-coordinate representation of color #A20819: hue angle of 353.38º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20819 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB162825-
CMYK00.950.850.36
HSL353.38º90.59%33.33%-
HSV(B)353.38º95.06%63.53%-
XYZ15.167.931.65-
YUV55.98110.52203.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.08%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=83.08%
G=4.10%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16282500.950.850.36353.3890.5933.33
HexA281905F55241615b21
Octal242103101371254454113341
Binary101000101000110010101111110101011001001011000011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20819; }

 p { color: rgb(162,8,25); }

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

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

 a { background-color: rgb(162,8,25); }

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

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

 span { border-color: rgb(162,8,25); }

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