Shades of Carmine #AB0035
Tints of Carmine #AB0035
RGB
CMYK
RGB Variations
Color information
#AB0035 (or 0xAB0035) is known color: Carmine. HEX triplet: AB, 00 and 35. RGB value is (171,0,53). Sum of RGB (Red+Green+Blue) = 171+0+53=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0035 is #54FFCA. Grayscale: #393939. Windows color (decimal): -5570507 or 3473579. OLE color: 3473579.
HSL color Cylindrical-coordinate representation of color #AB0035: hue angle of 341.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0035 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.69 | 0.33 |
| HSL | 341.4º | 1% | 0.34% | - |
| HSV(B) | 341.4º | 1% | 0.67% | - |
| XYZ | 17.44 | 8.91 | 4.17 | - |
| YUV | 57.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 53 | 0 | 1 | 0.69 | 0.33 | 341.4 | 1 | 0.34 |
| Hex | AB | 0 | 35 | 0 | 64 | 45 | 21 | 155 | 64 | 22 |
| Octal | 253 | 0 | 65 | 0 | 144 | 105 | 41 | 525 | 144 | 42 |
| Binary | 10101011 | 0 | 110101 | 0 | 1100100 | 1000101 | 100001 | 101010101 | 1100100 | 100010 |
Color Harmonies of #AB0035
Complementary color
Monochromatic Colors of #AB0035
Black with #AB0035
Text Example
Text Example
White with #AB0035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0035; }
p { color: rgb(171,0,53); }
H1.HeaderClassName
{
color: #AB0035;
}
.AnyTagClassName
{
color: #AB0035;
}
</style>
background-color css
<style>
a { background-color: #AB0035; }
a { background-color: rgb(171,0,53); }
div.DivClassName
{
background-color: #AB0035;
}
.BgClassName
{
background-color: #AB0035;
}
</style>
border-color css
<style>
span { border-color: #AB0035; }
span { border-color: rgb(171,0,53); }
td.TdClassName
{
border-color: #AB0035;
}
.TagClassName
{
border-color: #AB0035;
}
</style>