Shades of Carmine #AB0831
Tints of Carmine #AB0831
RGB
CMYK
RGB Variations
Color information
#AB0831 (or 0xAB0831) is known color: Carmine. HEX triplet: AB, 08 and 31. RGB value is (171,8,49). Sum of RGB (Red+Green+Blue) = 171+8+49=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0831 is #54F7CE. Grayscale: #3D3D3D. Windows color (decimal): -5568463 or 3213483. OLE color: 3213483.
HSL color Cylindrical-coordinate representation of color #AB0831: hue angle of 344.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0831 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 49 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.33 |
| HSL | 344.91º | 0.91% | 0.35% | - |
| HSV(B) | 344.91º | 0.95% | 0.67% | - |
| XYZ | 17.44 | 9.05 | 3.73 | - |
| YUV | 61.41 | 121 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 49 | 0 | 0.95 | 0.71 | 0.33 | 344.91 | 0.91 | 0.35 |
| Hex | AB | 8 | 31 | 0 | 5F | 47 | 21 | 159 | 5B | 23 |
| Octal | 253 | 10 | 61 | 0 | 137 | 107 | 41 | 531 | 133 | 43 |
| Binary | 10101011 | 1000 | 110001 | 0 | 1011111 | 1000111 | 100001 | 101011001 | 1011011 | 100011 |
Color Harmonies of #AB0831
Complementary color
Monochromatic Colors of #AB0831
Black with #AB0831
Text Example
Text Example
White with #AB0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0831; }
p { color: rgb(171,8,49); }
H1.HeaderClassName
{
color: #AB0831;
}
.AnyTagClassName
{
color: #AB0831;
}
</style>
background-color css
<style>
a { background-color: #AB0831; }
a { background-color: rgb(171,8,49); }
div.DivClassName
{
background-color: #AB0831;
}
.BgClassName
{
background-color: #AB0831;
}
</style>
border-color css
<style>
span { border-color: #AB0831; }
span { border-color: rgb(171,8,49); }
td.TdClassName
{
border-color: #AB0831;
}
.TagClassName
{
border-color: #AB0831;
}
</style>