Shades of Carmine #AB0323
Tints of Carmine #AB0323
RGB
CMYK
RGB Variations
Color information
#AB0323 (or 0xAB0323) is known color: Carmine. HEX triplet: AB, 03 and 23. RGB value is (171,3,35). Sum of RGB (Red+Green+Blue) = 171+3+35=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0323 is #54FCDC. Grayscale: #383838. Windows color (decimal): -5569757 or 2294699. OLE color: 2294699.
HSL color Cylindrical-coordinate representation of color #AB0323: hue angle of 348.57º 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 #AB0323 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 35 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.33 |
| HSL | 348.57º | 0.97% | 0.34% | - |
| HSV(B) | 348.57º | 0.98% | 0.67% | - |
| XYZ | 17.13 | 8.84 | 2.39 | - |
| YUV | 56.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 35 | 0 | 0.98 | 0.80 | 0.33 | 348.57 | 0.97 | 0.34 |
| Hex | AB | 3 | 23 | 0 | 62 | 50 | 21 | 15D | 61 | 22 |
| Octal | 253 | 3 | 43 | 0 | 142 | 120 | 41 | 535 | 141 | 42 |
| Binary | 10101011 | 11 | 100011 | 0 | 1100010 | 1010000 | 100001 | 101011101 | 1100001 | 100010 |
Color Harmonies of #AB0323
Complementary color
Monochromatic Colors of #AB0323
Black with #AB0323
Text Example
Text Example
White with #AB0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0323; }
p { color: rgb(171,3,35); }
H1.HeaderClassName
{
color: #AB0323;
}
.AnyTagClassName
{
color: #AB0323;
}
</style>
background-color css
<style>
a { background-color: #AB0323; }
a { background-color: rgb(171,3,35); }
div.DivClassName
{
background-color: #AB0323;
}
.BgClassName
{
background-color: #AB0323;
}
</style>
border-color css
<style>
span { border-color: #AB0323; }
span { border-color: rgb(171,3,35); }
td.TdClassName
{
border-color: #AB0323;
}
.TagClassName
{
border-color: #AB0323;
}
</style>