#A40516

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

Shades of Carmine #A40516

Tints of Carmine #A40516

Color information

#A40516 (or 0xA40516) is unknown color: approx Carmine. HEX triplet: A4, 05 and 16. RGB value is (164,5,22). Sum of RGB (Red+Green+Blue) = 164+5+22=191 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.86% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 164 - color contains mainly: red. Hex color #A40516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40516 is #5BFAE9. Grayscale: #363636. Windows color (decimal): -6028010 or 1443236. OLE color: 1443236.

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

Color convert

RGB164522-
CMYK00.970.870.36
HSL353.58º94.08%33.14%-
HSV(B)353.58º96.95%64.31%-
XYZ15.518.061.5-
YUV54.48109.68206.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 85.86%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=85.86%
G=2.62%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16452200.970.870.36353.5894.0833.14
HexA451606157241625e21
Octal24452601411274454213641
Binary10100100101101100110000110101111001001011000101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40516; }

 p { color: rgb(164,5,22); }

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

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

 a { background-color: rgb(164,5,22); }

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

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

 span { border-color: rgb(164,5,22); }

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