Shades of Carmine #A40B32
Tints of Carmine #A40B32
RGB
CMYK
RGB Variations
Color information
#A40B32 (or 0xA40B32) is known color: Carmine. HEX triplet: A4, 0B and 32. RGB value is (164,11,50). Sum of RGB (Red+Green+Blue) = 164+11+50=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40B32 is #5BF4CD. Grayscale: #3D3D3D. Windows color (decimal): -6026446 or 3279780. OLE color: 3279780.
HSL color Cylindrical-coordinate representation of color #A40B32: hue angle of 344.71º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B32 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 11 | 50 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.36 |
| HSL | 344.71º | 0.87% | 0.34% | - |
| HSV(B) | 344.71º | 0.93% | 0.64% | - |
| XYZ | 16.01 | 8.36 | 3.79 | - |
| YUV | 61.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 50 | 0 | 0.93 | 0.70 | 0.36 | 344.71 | 0.87 | 0.34 |
| Hex | A4 | B | 32 | 0 | 5D | 46 | 24 | 159 | 57 | 22 |
| Octal | 244 | 13 | 62 | 0 | 135 | 106 | 44 | 531 | 127 | 42 |
| Binary | 10100100 | 1011 | 110010 | 0 | 1011101 | 1000110 | 100100 | 101011001 | 1010111 | 100010 |
Color Harmonies of #A40B32
Complementary color
Monochromatic Colors of #A40B32
Black with #A40B32
Text Example
Text Example
White with #A40B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40B32; }
p { color: rgb(164,11,50); }
H1.HeaderClassName
{
color: #A40B32;
}
.AnyTagClassName
{
color: #A40B32;
}
</style>
background-color css
<style>
a { background-color: #A40B32; }
a { background-color: rgb(164,11,50); }
div.DivClassName
{
background-color: #A40B32;
}
.BgClassName
{
background-color: #A40B32;
}
</style>
border-color css
<style>
span { border-color: #A40B32; }
span { border-color: rgb(164,11,50); }
td.TdClassName
{
border-color: #A40B32;
}
.TagClassName
{
border-color: #A40B32;
}
</style>