#A20917

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

Shades of Carmine #A20917

Tints of Carmine #A20917

Color information

#A20917 (or 0xA20917) is unknown color: approx Carmine. HEX triplet: A2, 09 and 17. RGB value is (162,9,23). Sum of RGB (Red+Green+Blue) = 162+9+23=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A20917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20917 is #5DF6E8. Grayscale: #383838. Windows color (decimal): -6158057 or 1509794. OLE color: 1509794.

HSL color Cylindrical-coordinate representation of color #A20917: hue angle of 354.51º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20917 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB162923-
CMYK00.940.860.36
HSL354.51º89.47%33.53%-
HSV(B)354.51º94.44%63.53%-
XYZ15.157.941.54-
YUV56.34109.19203.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.51%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 23 (9.38% from 255) = 11.86%
R=83.51%
G=4.64%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16292300.940.860.36354.5189.4733.53
HexA291705E56241635922
Octal242112701361264454313142
Binary101000101001101110101111010101101001001011000111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20917; }

 p { color: rgb(162,9,23); }

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

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

 a { background-color: rgb(162,9,23); }

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

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

 span { border-color: rgb(162,9,23); }

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