#A40E16

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

Shades of Carmine #A40E16

Tints of Carmine #A40E16

Color information

#A40E16 (or 0xA40E16) is unknown color: approx Carmine. HEX triplet: A4, 0E and 16. RGB value is (164,14,22). Sum of RGB (Red+Green+Blue) = 164+14+22=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40E16 is #5BF1E9. Grayscale: #3B3B3B. Windows color (decimal): -6025706 or 1445540. OLE color: 1445540.

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

Color convert

RGB1641422-
CMYK00.910.870.36
HSL356.8º84.27%34.9%-
HSV(B)356.8º91.46%64.31%-
XYZ15.618.261.53-
YUV59.76106.7202.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82%
GREEN value IS 14 (5.86% from 255) = 7%
BLUE value IS 22 (8.98% from 255) = 11%
R=82%
G=7%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164142200.910.870.36356.884.2734.9
HexA4E1605B57241655423
Octal244162601331274454512443
Binary101001001110101100101101110101111001001011001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40E16; }

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

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

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

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

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

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

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

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