Shades of Carmine #AB0629
Tints of Carmine #AB0629
RGB
CMYK
RGB Variations
Color information
#AB0629 (or 0xAB0629) is known color: Carmine. HEX triplet: AB, 06 and 29. RGB value is (171,6,41). Sum of RGB (Red+Green+Blue) = 171+6+41=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0629 is #54F9D6. Grayscale: #3B3B3B. Windows color (decimal): -5568983 or 2688683. OLE color: 2688683.
HSL color Cylindrical-coordinate representation of color #AB0629: hue angle of 347.27º 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 #AB0629 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 41 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.33 |
| HSL | 347.27º | 0.93% | 0.35% | - |
| HSV(B) | 347.27º | 0.96% | 0.67% | - |
| XYZ | 17.26 | 8.95 | 2.92 | - |
| YUV | 59.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 41 | 0 | 0.96 | 0.76 | 0.33 | 347.27 | 0.93 | 0.35 |
| Hex | AB | 6 | 29 | 0 | 60 | 4C | 21 | 15B | 5D | 23 |
| Octal | 253 | 6 | 51 | 0 | 140 | 114 | 41 | 533 | 135 | 43 |
| Binary | 10101011 | 110 | 101001 | 0 | 1100000 | 1001100 | 100001 | 101011011 | 1011101 | 100011 |
Color Harmonies of #AB0629
Complementary color
Monochromatic Colors of #AB0629
Black with #AB0629
Text Example
Text Example
White with #AB0629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0629; }
p { color: rgb(171,6,41); }
H1.HeaderClassName
{
color: #AB0629;
}
.AnyTagClassName
{
color: #AB0629;
}
</style>
background-color css
<style>
a { background-color: #AB0629; }
a { background-color: rgb(171,6,41); }
div.DivClassName
{
background-color: #AB0629;
}
.BgClassName
{
background-color: #AB0629;
}
</style>
border-color css
<style>
span { border-color: #AB0629; }
span { border-color: rgb(171,6,41); }
td.TdClassName
{
border-color: #AB0629;
}
.TagClassName
{
border-color: #AB0629;
}
</style>