Shades of Carmine #AB0614
Tints of Carmine #AB0614
RGB
CMYK
RGB Variations
Color information
#AB0614 (or 0xAB0614) is known color: Carmine. HEX triplet: AB, 06 and 14. RGB value is (171,6,20). Sum of RGB (Red+Green+Blue) = 171+6+20=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0614 is #54F9EB. Grayscale: #393939. Windows color (decimal): -5569004 or 1312427. OLE color: 1312427.
HSL color Cylindrical-coordinate representation of color #AB0614: hue angle of 354.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0614 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 20 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.33 |
| HSL | 354.91º | 0.93% | 0.35% | - |
| HSV(B) | 354.91º | 0.96% | 0.67% | - |
| XYZ | 16.99 | 8.84 | 1.47 | - |
| YUV | 56.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 20 | 0 | 0.96 | 0.88 | 0.33 | 354.91 | 0.93 | 0.35 |
| Hex | AB | 6 | 14 | 0 | 60 | 58 | 21 | 163 | 5D | 23 |
| Octal | 253 | 6 | 24 | 0 | 140 | 130 | 41 | 543 | 135 | 43 |
| Binary | 10101011 | 110 | 10100 | 0 | 1100000 | 1011000 | 100001 | 101100011 | 1011101 | 100011 |
Color Harmonies of #AB0614
Complementary color
Monochromatic Colors of #AB0614
Black with #AB0614
Text Example
Text Example
White with #AB0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0614; }
p { color: rgb(171,6,20); }
H1.HeaderClassName
{
color: #AB0614;
}
.AnyTagClassName
{
color: #AB0614;
}
</style>
background-color css
<style>
a { background-color: #AB0614; }
a { background-color: rgb(171,6,20); }
div.DivClassName
{
background-color: #AB0614;
}
.BgClassName
{
background-color: #AB0614;
}
</style>
border-color css
<style>
span { border-color: #AB0614; }
span { border-color: rgb(171,6,20); }
td.TdClassName
{
border-color: #AB0614;
}
.TagClassName
{
border-color: #AB0614;
}
</style>