Shades of Carmine #AB0631
Tints of Carmine #AB0631
RGB
CMYK
RGB Variations
Color information
#AB0631 (or 0xAB0631) is known color: Carmine. HEX triplet: AB, 06 and 31. RGB value is (171,6,49). Sum of RGB (Red+Green+Blue) = 171+6+49=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0631 is #54F9CE. Grayscale: #3C3C3C. Windows color (decimal): -5568975 or 3212971. OLE color: 3212971.
HSL color Cylindrical-coordinate representation of color #AB0631: hue angle of 344.36º 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 #AB0631 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 49 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.33 |
| HSL | 344.36º | 0.93% | 0.35% | - |
| HSV(B) | 344.36º | 0.96% | 0.67% | - |
| XYZ | 17.41 | 9.01 | 3.73 | - |
| YUV | 60.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 49 | 0 | 0.96 | 0.71 | 0.33 | 344.36 | 0.93 | 0.35 |
| Hex | AB | 6 | 31 | 0 | 60 | 47 | 21 | 158 | 5D | 23 |
| Octal | 253 | 6 | 61 | 0 | 140 | 107 | 41 | 530 | 135 | 43 |
| Binary | 10101011 | 110 | 110001 | 0 | 1100000 | 1000111 | 100001 | 101011000 | 1011101 | 100011 |
Color Harmonies of #AB0631
Complementary color
Monochromatic Colors of #AB0631
Black with #AB0631
Text Example
Text Example
White with #AB0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0631; }
p { color: rgb(171,6,49); }
H1.HeaderClassName
{
color: #AB0631;
}
.AnyTagClassName
{
color: #AB0631;
}
</style>
background-color css
<style>
a { background-color: #AB0631; }
a { background-color: rgb(171,6,49); }
div.DivClassName
{
background-color: #AB0631;
}
.BgClassName
{
background-color: #AB0631;
}
</style>
border-color css
<style>
span { border-color: #AB0631; }
span { border-color: rgb(171,6,49); }
td.TdClassName
{
border-color: #AB0631;
}
.TagClassName
{
border-color: #AB0631;
}
</style>