Shades of Carmine #AB012B
Tints of Carmine #AB012B
RGB
CMYK
RGB Variations
Color information
#AB012B (or 0xAB012B) is known color: Carmine. HEX triplet: AB, 01 and 2B. RGB value is (171,1,43). Sum of RGB (Red+Green+Blue) = 171+1+43=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB012B is #54FED4. Grayscale: #383838. Windows color (decimal): -5570261 or 2818475. OLE color: 2818475.
HSL color Cylindrical-coordinate representation of color #AB012B: hue angle of 345.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB012B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.33 |
| HSL | 345.18º | 0.99% | 0.34% | - |
| HSV(B) | 345.18º | 0.99% | 0.67% | - |
| XYZ | 17.24 | 8.85 | 3.09 | - |
| YUV | 56.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 43 | 0 | 0.99 | 0.75 | 0.33 | 345.18 | 0.99 | 0.34 |
| Hex | AB | 1 | 2B | 0 | 63 | 4B | 21 | 159 | 63 | 22 |
| Octal | 253 | 1 | 53 | 0 | 143 | 113 | 41 | 531 | 143 | 42 |
| Binary | 10101011 | 1 | 101011 | 0 | 1100011 | 1001011 | 100001 | 101011001 | 1100011 | 100010 |
Color Harmonies of #AB012B
Complementary color
Monochromatic Colors of #AB012B
Black with #AB012B
Text Example
Text Example
White with #AB012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB012B; }
p { color: rgb(171,1,43); }
H1.HeaderClassName
{
color: #AB012B;
}
.AnyTagClassName
{
color: #AB012B;
}
</style>
background-color css
<style>
a { background-color: #AB012B; }
a { background-color: rgb(171,1,43); }
div.DivClassName
{
background-color: #AB012B;
}
.BgClassName
{
background-color: #AB012B;
}
</style>
border-color css
<style>
span { border-color: #AB012B; }
span { border-color: rgb(171,1,43); }
td.TdClassName
{
border-color: #AB012B;
}
.TagClassName
{
border-color: #AB012B;
}
</style>