Shades of Carmine #AB1425
Tints of Carmine #AB1425
RGB
CMYK
RGB Variations
Color information
#AB1425 (or 0xAB1425) is known color: Carmine. HEX triplet: AB, 14 and 25. RGB value is (171,20,37). Sum of RGB (Red+Green+Blue) = 171+20+37=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1425 is #54EBDA. Grayscale: #434343. Windows color (decimal): -5565403 or 2430123. OLE color: 2430123.
HSL color Cylindrical-coordinate representation of color #AB1425: hue angle of 353.25º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1425 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 37 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.33 |
| HSL | 353.25º | 0.79% | 0.37% | - |
| HSV(B) | 353.25º | 0.88% | 0.67% | - |
| XYZ | 17.38 | 9.29 | 2.63 | - |
| YUV | 67.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 37 | 0 | 0.88 | 0.78 | 0.33 | 353.25 | 0.79 | 0.37 |
| Hex | AB | 14 | 25 | 0 | 58 | 4E | 21 | 161 | 4F | 25 |
| Octal | 253 | 24 | 45 | 0 | 130 | 116 | 41 | 541 | 117 | 45 |
| Binary | 10101011 | 10100 | 100101 | 0 | 1011000 | 1001110 | 100001 | 101100001 | 1001111 | 100101 |
Color Harmonies of #AB1425
Complementary color
Monochromatic Colors of #AB1425
Black with #AB1425
Text Example
Text Example
White with #AB1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1425; }
p { color: rgb(171,20,37); }
H1.HeaderClassName
{
color: #AB1425;
}
.AnyTagClassName
{
color: #AB1425;
}
</style>
background-color css
<style>
a { background-color: #AB1425; }
a { background-color: rgb(171,20,37); }
div.DivClassName
{
background-color: #AB1425;
}
.BgClassName
{
background-color: #AB1425;
}
</style>
border-color css
<style>
span { border-color: #AB1425; }
span { border-color: rgb(171,20,37); }
td.TdClassName
{
border-color: #AB1425;
}
.TagClassName
{
border-color: #AB1425;
}
</style>