#A40A1A

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

Shades of Carmine #A40A1A

Tints of Carmine #A40A1A

Color information

#A40A1A (or 0xA40A1A) is unknown color: approx Carmine. HEX triplet: A4, 0A and 1A. RGB value is (164,10,26). Sum of RGB (Red+Green+Blue) = 164+10+26=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40A1A is #5BF5E5. Grayscale: #393939. Windows color (decimal): -6026726 or 1706660. OLE color: 1706660.

HSL color Cylindrical-coordinate representation of color #A40A1A: hue angle of 353.77º 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 #A40A1A is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1641026-
CMYK00.940.840.36
HSL353.77º88.51%34.12%-
HSV(B)353.77º93.9%64.31%-
XYZ15.68.181.73-
YUV57.87110.02203.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 26 (10.55% from 255) = 13%
R=82%
G=5%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164102600.940.840.36353.7788.5134.12
HexA4A1A05E54241625922
Octal244123201361244454213142
Binary101001001010110100101111010101001001001011000101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40A1A; }

 p { color: rgb(164,10,26); }

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

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

 a { background-color: rgb(164,10,26); }

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

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

 span { border-color: rgb(164,10,26); }

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