#A20716

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

Shades of Carmine #A20716

Tints of Carmine #A20716

Color information

#A20716 (or 0xA20716) is unknown color: approx Carmine. HEX triplet: A2, 07 and 16. RGB value is (162,7,22). Sum of RGB (Red+Green+Blue) = 162+7+22=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A20716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20716 is #5DF8E9. Grayscale: #373737. Windows color (decimal): -6158570 or 1443746. OLE color: 1443746.

HSL color Cylindrical-coordinate representation of color #A20716: hue angle of 354.19º degrees, saturation: 0.92, 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 #A20716 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB162722-
CMYK00.960.860.36
HSL354.19º91.72%33.14%-
HSV(B)354.19º95.68%63.53%-
XYZ15.127.891.49-
YUV55.06109.35204.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 84.82%
GREEN value IS 7 (3.12% from 255) = 3.66%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=84.82%
G=3.66%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16272200.960.860.36354.1991.7233.14
HexA271606056241625c21
Octal24272601401264454213441
Binary10100010111101100110000010101101001001011000101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20716; }

 p { color: rgb(162,7,22); }

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

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

 a { background-color: rgb(162,7,22); }

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

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

 span { border-color: rgb(162,7,22); }

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