Shades of Carmine #AB0336
Tints of Carmine #AB0336
RGB
CMYK
RGB Variations
Color information
#AB0336 (or 0xAB0336) is known color: Carmine. HEX triplet: AB, 03 and 36. RGB value is (171,3,54). Sum of RGB (Red+Green+Blue) = 171+3+54=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0336 is #54FCC9. Grayscale: #3B3B3B. Windows color (decimal): -5569738 or 3539883. OLE color: 3539883.
HSL color Cylindrical-coordinate representation of color #AB0336: hue angle of 341.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0336 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.33 |
| HSL | 341.79º | 0.97% | 0.34% | - |
| HSV(B) | 341.79º | 0.98% | 0.67% | - |
| XYZ | 17.49 | 8.99 | 4.3 | - |
| YUV | 59.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 54 | 0 | 0.98 | 0.68 | 0.33 | 341.79 | 0.97 | 0.34 |
| Hex | AB | 3 | 36 | 0 | 62 | 44 | 21 | 156 | 61 | 22 |
| Octal | 253 | 3 | 66 | 0 | 142 | 104 | 41 | 526 | 141 | 42 |
| Binary | 10101011 | 11 | 110110 | 0 | 1100010 | 1000100 | 100001 | 101010110 | 1100001 | 100010 |
Color Harmonies of #AB0336
Complementary color
Monochromatic Colors of #AB0336
Black with #AB0336
Text Example
Text Example
White with #AB0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0336; }
p { color: rgb(171,3,54); }
H1.HeaderClassName
{
color: #AB0336;
}
.AnyTagClassName
{
color: #AB0336;
}
</style>
background-color css
<style>
a { background-color: #AB0336; }
a { background-color: rgb(171,3,54); }
div.DivClassName
{
background-color: #AB0336;
}
.BgClassName
{
background-color: #AB0336;
}
</style>
border-color css
<style>
span { border-color: #AB0336; }
span { border-color: rgb(171,3,54); }
td.TdClassName
{
border-color: #AB0336;
}
.TagClassName
{
border-color: #AB0336;
}
</style>