Shades of Carmine #A91428
Tints of Carmine #A91428
RGB
CMYK
RGB Variations
Color information
#A91428 (or 0xA91428) is known color: Carmine. HEX triplet: A9, 14 and 28. RGB value is (169,20,40). Sum of RGB (Red+Green+Blue) = 169+20+40=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A91428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91428 is #56EBD7. Grayscale: #424242. Windows color (decimal): -5696472 or 2626729. OLE color: 2626729.
HSL color Cylindrical-coordinate representation of color #A91428: hue angle of 351.95º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91428 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 40 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.34 |
| HSL | 351.95º | 0.79% | 0.37% | - |
| HSV(B) | 351.95º | 0.88% | 0.66% | - |
| XYZ | 17 | 9.09 | 2.87 | - |
| YUV | 66.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 40 | 0 | 0.88 | 0.76 | 0.34 | 351.95 | 0.79 | 0.37 |
| Hex | A9 | 14 | 28 | 0 | 58 | 4C | 22 | 160 | 4F | 25 |
| Octal | 251 | 24 | 50 | 0 | 130 | 114 | 42 | 540 | 117 | 45 |
| Binary | 10101001 | 10100 | 101000 | 0 | 1011000 | 1001100 | 100010 | 101100000 | 1001111 | 100101 |
Color Harmonies of #A91428
Complementary color
Monochromatic Colors of #A91428
Black with #A91428
Text Example
Text Example
White with #A91428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91428; }
p { color: rgb(169,20,40); }
H1.HeaderClassName
{
color: #A91428;
}
.AnyTagClassName
{
color: #A91428;
}
</style>
background-color css
<style>
a { background-color: #A91428; }
a { background-color: rgb(169,20,40); }
div.DivClassName
{
background-color: #A91428;
}
.BgClassName
{
background-color: #A91428;
}
</style>
border-color css
<style>
span { border-color: #A91428; }
span { border-color: rgb(169,20,40); }
td.TdClassName
{
border-color: #A91428;
}
.TagClassName
{
border-color: #A91428;
}
</style>