#A20613

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

Shades of Carmine #A20613

Tints of Carmine #A20613

Color information

#A20613 (or 0xA20613) is unknown color: approx Carmine. HEX triplet: A2, 06 and 13. RGB value is (162,6,19). Sum of RGB (Red+Green+Blue) = 162+6+19=187 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.63% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 162 - color contains mainly: red. Hex color #A20613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20613 is #5DF9EC. Grayscale: #363636. Windows color (decimal): -6158829 or 1246882. OLE color: 1246882.

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

Color convert

RGB162619-
CMYK00.960.880.36
HSL355º92.86%32.94%-
HSV(B)355º96.3%63.53%-
XYZ15.087.861.34-
YUV54.13108.18204.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 86.63%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=86.63%
G=3.21%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16261900.960.880.3635592.8632.94
HexA261306058241635d21
Octal24262301401304454313541
Binary10100010110100110110000010110001001001011000111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20613; }

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

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

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

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

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

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

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

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