Shades of Carmine #AB0130
Tints of Carmine #AB0130
RGB
CMYK
RGB Variations
Color information
#AB0130 (or 0xAB0130) is known color: Carmine. HEX triplet: AB, 01 and 30. RGB value is (171,1,48). Sum of RGB (Red+Green+Blue) = 171+1+48=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0130 is #54FECF. Grayscale: #393939. Windows color (decimal): -5570256 or 3146155. OLE color: 3146155.
HSL color Cylindrical-coordinate representation of color #AB0130: hue angle of 343.41º 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 #AB0130 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.33 |
| HSL | 343.41º | 0.99% | 0.34% | - |
| HSV(B) | 343.41º | 0.99% | 0.67% | - |
| XYZ | 17.34 | 8.89 | 3.6 | - |
| YUV | 57.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 48 | 0 | 0.99 | 0.72 | 0.33 | 343.41 | 0.99 | 0.34 |
| Hex | AB | 1 | 30 | 0 | 63 | 48 | 21 | 157 | 63 | 22 |
| Octal | 253 | 1 | 60 | 0 | 143 | 110 | 41 | 527 | 143 | 42 |
| Binary | 10101011 | 1 | 110000 | 0 | 1100011 | 1001000 | 100001 | 101010111 | 1100011 | 100010 |
Color Harmonies of #AB0130
Complementary color
Monochromatic Colors of #AB0130
Black with #AB0130
Text Example
Text Example
White with #AB0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0130; }
p { color: rgb(171,1,48); }
H1.HeaderClassName
{
color: #AB0130;
}
.AnyTagClassName
{
color: #AB0130;
}
</style>
background-color css
<style>
a { background-color: #AB0130; }
a { background-color: rgb(171,1,48); }
div.DivClassName
{
background-color: #AB0130;
}
.BgClassName
{
background-color: #AB0130;
}
</style>
border-color css
<style>
span { border-color: #AB0130; }
span { border-color: rgb(171,1,48); }
td.TdClassName
{
border-color: #AB0130;
}
.TagClassName
{
border-color: #AB0130;
}
</style>