#A40A1B

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

Shades of Carmine #A40A1B

Tints of Carmine #A40A1B

Color information

#A40A1B (or 0xA40A1B) is unknown color: approx Carmine. HEX triplet: A4, 0A and 1B. RGB value is (164,10,27). Sum of RGB (Red+Green+Blue) = 164+10+27=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40A1B is #5BF5E4. Grayscale: #3A3A3A. Windows color (decimal): -6026725 or 1772196. OLE color: 1772196.

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

Color convert

RGB1641027-
CMYK00.940.840.36
HSL353.38º88.51%34.12%-
HSV(B)353.38º93.9%64.31%-
XYZ15.628.191.79-
YUV57.98110.52203.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 81.59%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=81.59%
G=4.98%
B=13.43%

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
Decimal164102700.940.840.36353.3888.5134.12
HexA4A1B05E54241615922
Octal244123301361244454113142
Binary101001001010110110101111010101001001001011000011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40A1B; }

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

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

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

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

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

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

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

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