#A20013

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

Shades of Carmine #A20013

Tints of Carmine #A20013

Color information

#A20013 (or 0xA20013) is unknown color: approx Carmine. HEX triplet: A2, 00 and 13. RGB value is (162,0,19). Sum of RGB (Red+Green+Blue) = 162+0+19=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A20013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20013 is #5DFFEC. Grayscale: #323232. Windows color (decimal): -6160365 or 1245346. OLE color: 1245346.

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

Color convert

RGB162019-
CMYK010.880.36
HSL352.96º100%31.76%-
HSV(B)352.96º100%63.53%-
XYZ15.027.731.32-
YUV50.6110.17207.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 89.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=89.50%
G=0%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162019010.880.36352.9610031.76
HexA201306458241616420
Octal24202301441304454114440
Binary101000100100110110010010110001001001011000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20013; }

 p { color: rgb(162,0,19); }

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

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

 a { background-color: rgb(162,0,19); }

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

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

 span { border-color: rgb(162,0,19); }

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