#a40d36

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

Shades of Carmine #A40D36

Tints of Carmine #A40D36

Color information

#A40D36 (or 0xA40D36) is unknown color: approx Carmine. HEX triplet: A4, 0D and 36. RGB value is (164,13,54). Sum of RGB (Red+Green+Blue) = 164+13+54=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40D36 is #5BF2C9. Grayscale: #3E3E3E. Windows color (decimal): -6025930 or 3542436. OLE color: 3542436.

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

Color convert

RGB1641354-
CMYK00.920.670.36
HSL343.71º85.31%34.71%-
HSV(B)343.71º92.07%64.31%-
XYZ16.128.454.27-
YUV62.82123.03200.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.00%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=71.00%
G=5.63%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164135400.920.670.36343.7185.3134.71
HexA4D3605C43241585523
Octal244156601341034453012543
Binary1010010011011101100101110010000111001001010110001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a40d36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a40d36; }

 p { color: rgb(164,13,54); }

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

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

 a { background-color: rgb(164,13,54); }

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

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

 span { border-color: rgb(164,13,54); }

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