Shades of Carmine #A40B23
Tints of Carmine #A40B23
RGB
CMYK
RGB Variations
Color information
#A40B23 (or 0xA40B23) is known color: Carmine. HEX triplet: A4, 0B and 23. RGB value is (164,11,35). Sum of RGB (Red+Green+Blue) = 164+11+35=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40B23 is #5BF4DC. Grayscale: #3B3B3B. Windows color (decimal): -6026461 or 2296740. OLE color: 2296740.
HSL color Cylindrical-coordinate representation of color #A40B23: hue angle of 350.59º 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 #A40B23 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 11 | 35 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.36 |
| HSL | 350.59º | 0.87% | 0.34% | - |
| HSV(B) | 350.59º | 0.93% | 0.64% | - |
| XYZ | 15.73 | 8.25 | 2.35 | - |
| YUV | 59.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 35 | 0 | 0.93 | 0.79 | 0.36 | 350.59 | 0.87 | 0.34 |
| Hex | A4 | B | 23 | 0 | 5D | 4F | 24 | 15F | 57 | 22 |
| Octal | 244 | 13 | 43 | 0 | 135 | 117 | 44 | 537 | 127 | 42 |
| Binary | 10100100 | 1011 | 100011 | 0 | 1011101 | 1001111 | 100100 | 101011111 | 1010111 | 100010 |
Color Harmonies of #A40B23
Complementary color
Monochromatic Colors of #A40B23
Black with #A40B23
Text Example
Text Example
White with #A40B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40B23; }
p { color: rgb(164,11,35); }
H1.HeaderClassName
{
color: #A40B23;
}
.AnyTagClassName
{
color: #A40B23;
}
</style>
background-color css
<style>
a { background-color: #A40B23; }
a { background-color: rgb(164,11,35); }
div.DivClassName
{
background-color: #A40B23;
}
.BgClassName
{
background-color: #A40B23;
}
</style>
border-color css
<style>
span { border-color: #A40B23; }
span { border-color: rgb(164,11,35); }
td.TdClassName
{
border-color: #A40B23;
}
.TagClassName
{
border-color: #A40B23;
}
</style>