Shades of Carmine #A90119
Tints of Carmine #A90119
RGB
CMYK
RGB Variations
Color information
#A90119 (or 0xA90119) is known color: Carmine. HEX triplet: A9, 01 and 19. RGB value is (169,1,25). Sum of RGB (Red+Green+Blue) = 169+1+25=195 (25% of max value = 765). Red value is 169 (66.41% from 255 or 86.67% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 169 - color contains mainly: red. Hex color #A90119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90119 is #56FEE6. Grayscale: #363636. Windows color (decimal): -5701351 or 1638825. OLE color: 1638825.
HSL color Cylindrical-coordinate representation of color #A90119: hue angle of 351.43º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90119 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.34 |
| HSL | 351.43º | 0.99% | 0.33% | - |
| HSV(B) | 351.43º | 0.99% | 0.66% | - |
| XYZ | 16.55 | 8.53 | 1.69 | - |
| YUV | 53.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 25 | 0 | 0.99 | 0.85 | 0.34 | 351.43 | 0.99 | 0.33 |
| Hex | A9 | 1 | 19 | 0 | 63 | 55 | 22 | 15F | 63 | 21 |
| Octal | 251 | 1 | 31 | 0 | 143 | 125 | 42 | 537 | 143 | 41 |
| Binary | 10101001 | 1 | 11001 | 0 | 1100011 | 1010101 | 100010 | 101011111 | 1100011 | 100001 |
Color Harmonies of #A90119
Complementary color
Monochromatic Colors of #A90119
Black with #A90119
Text Example
Text Example
White with #A90119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90119; }
p { color: rgb(169,1,25); }
H1.HeaderClassName
{
color: #A90119;
}
.AnyTagClassName
{
color: #A90119;
}
</style>
background-color css
<style>
a { background-color: #A90119; }
a { background-color: rgb(169,1,25); }
div.DivClassName
{
background-color: #A90119;
}
.BgClassName
{
background-color: #A90119;
}
</style>
border-color css
<style>
span { border-color: #A90119; }
span { border-color: rgb(169,1,25); }
td.TdClassName
{
border-color: #A90119;
}
.TagClassName
{
border-color: #A90119;
}
</style>