Shades of Carmine #AB0732
Tints of Carmine #AB0732
RGB
CMYK
RGB Variations
Color information
#AB0732 (or 0xAB0732) is known color: Carmine. HEX triplet: AB, 07 and 32. RGB value is (171,7,50). Sum of RGB (Red+Green+Blue) = 171+7+50=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0732 is #54F8CD. Grayscale: #3C3C3C. Windows color (decimal): -5568718 or 3278763. OLE color: 3278763.
HSL color Cylindrical-coordinate representation of color #AB0732: hue angle of 344.27º degrees, saturation: 0.92, 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 #AB0732 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 50 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.33 |
| HSL | 344.27º | 0.92% | 0.35% | - |
| HSV(B) | 344.27º | 0.96% | 0.67% | - |
| XYZ | 17.45 | 9.04 | 3.84 | - |
| YUV | 60.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 50 | 0 | 0.96 | 0.71 | 0.33 | 344.27 | 0.92 | 0.35 |
| Hex | AB | 7 | 32 | 0 | 60 | 47 | 21 | 158 | 5C | 23 |
| Octal | 253 | 7 | 62 | 0 | 140 | 107 | 41 | 530 | 134 | 43 |
| Binary | 10101011 | 111 | 110010 | 0 | 1100000 | 1000111 | 100001 | 101011000 | 1011100 | 100011 |
Color Harmonies of #AB0732
Complementary color
Monochromatic Colors of #AB0732
Black with #AB0732
Text Example
Text Example
White with #AB0732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0732; }
p { color: rgb(171,7,50); }
H1.HeaderClassName
{
color: #AB0732;
}
.AnyTagClassName
{
color: #AB0732;
}
</style>
background-color css
<style>
a { background-color: #AB0732; }
a { background-color: rgb(171,7,50); }
div.DivClassName
{
background-color: #AB0732;
}
.BgClassName
{
background-color: #AB0732;
}
</style>
border-color css
<style>
span { border-color: #AB0732; }
span { border-color: rgb(171,7,50); }
td.TdClassName
{
border-color: #AB0732;
}
.TagClassName
{
border-color: #AB0732;
}
</style>