Shades of Carmine #AB0630
Tints of Carmine #AB0630
RGB
CMYK
RGB Variations
Color information
#AB0630 (or 0xAB0630) is known color: Carmine. HEX triplet: AB, 06 and 30. RGB value is (171,6,48). Sum of RGB (Red+Green+Blue) = 171+6+48=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0630 is #54F9CF. Grayscale: #3C3C3C. Windows color (decimal): -5568976 or 3147435. OLE color: 3147435.
HSL color Cylindrical-coordinate representation of color #AB0630: hue angle of 344.73º 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 #AB0630 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 48 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.33 |
| HSL | 344.73º | 0.93% | 0.35% | - |
| HSV(B) | 344.73º | 0.96% | 0.67% | - |
| XYZ | 17.39 | 9 | 3.62 | - |
| YUV | 60.12 | 121.16 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 48 | 0 | 0.96 | 0.72 | 0.33 | 344.73 | 0.93 | 0.35 |
| Hex | AB | 6 | 30 | 0 | 60 | 48 | 21 | 159 | 5D | 23 |
| Octal | 253 | 6 | 60 | 0 | 140 | 110 | 41 | 531 | 135 | 43 |
| Binary | 10101011 | 110 | 110000 | 0 | 1100000 | 1001000 | 100001 | 101011001 | 1011101 | 100011 |
Color Harmonies of #AB0630
Complementary color
Monochromatic Colors of #AB0630
Black with #AB0630
Text Example
Text Example
White with #AB0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0630; }
p { color: rgb(171,6,48); }
H1.HeaderClassName
{
color: #AB0630;
}
.AnyTagClassName
{
color: #AB0630;
}
</style>
background-color css
<style>
a { background-color: #AB0630; }
a { background-color: rgb(171,6,48); }
div.DivClassName
{
background-color: #AB0630;
}
.BgClassName
{
background-color: #AB0630;
}
</style>
border-color css
<style>
span { border-color: #AB0630; }
span { border-color: rgb(171,6,48); }
td.TdClassName
{
border-color: #AB0630;
}
.TagClassName
{
border-color: #AB0630;
}
</style>