Shades of Carmine #A91019
Tints of Carmine #A91019
RGB
CMYK
RGB Variations
Color information
#A91019 (or 0xA91019) is known color: Carmine. HEX triplet: A9, 10 and 19. RGB value is (169,16,25). Sum of RGB (Red+Green+Blue) = 169+16+25=210 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.48% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 169 - color contains mainly: red. Hex color #A91019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91019 is #56EFE6. Grayscale: #3E3E3E. Windows color (decimal): -5697511 or 1642665. OLE color: 1642665.
HSL color Cylindrical-coordinate representation of color #A91019: hue angle of 356.47º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91019 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 25 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.34 |
| HSL | 356.47º | 0.83% | 0.36% | - |
| HSV(B) | 356.47º | 0.91% | 0.66% | - |
| XYZ | 16.72 | 8.88 | 1.75 | - |
| YUV | 62.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 25 | 0 | 0.91 | 0.85 | 0.34 | 356.47 | 0.83 | 0.36 |
| Hex | A9 | 10 | 19 | 0 | 5B | 55 | 22 | 164 | 53 | 24 |
| Octal | 251 | 20 | 31 | 0 | 133 | 125 | 42 | 544 | 123 | 44 |
| Binary | 10101001 | 10000 | 11001 | 0 | 1011011 | 1010101 | 100010 | 101100100 | 1010011 | 100100 |
Color Harmonies of #A91019
Complementary color
Monochromatic Colors of #A91019
Black with #A91019
Text Example
Text Example
White with #A91019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91019; }
p { color: rgb(169,16,25); }
H1.HeaderClassName
{
color: #A91019;
}
.AnyTagClassName
{
color: #A91019;
}
</style>
background-color css
<style>
a { background-color: #A91019; }
a { background-color: rgb(169,16,25); }
div.DivClassName
{
background-color: #A91019;
}
.BgClassName
{
background-color: #A91019;
}
</style>
border-color css
<style>
span { border-color: #A91019; }
span { border-color: rgb(169,16,25); }
td.TdClassName
{
border-color: #A91019;
}
.TagClassName
{
border-color: #A91019;
}
</style>