Shades of Carmine #A90819
Tints of Carmine #A90819
RGB
CMYK
RGB Variations
Color information
#A90819 (or 0xA90819) is known color: Carmine. HEX triplet: A9, 08 and 19. RGB value is (169,8,25). Sum of RGB (Red+Green+Blue) = 169+8+25=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A90819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90819 is #56F7E6. Grayscale: #3A3A3A. Windows color (decimal): -5699559 or 1640617. OLE color: 1640617.
HSL color Cylindrical-coordinate representation of color #A90819: hue angle of 353.66º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90819 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 25 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.34 |
| HSL | 353.66º | 0.91% | 0.35% | - |
| HSV(B) | 353.66º | 0.95% | 0.66% | - |
| XYZ | 16.62 | 8.68 | 1.72 | - |
| YUV | 58.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 25 | 0 | 0.95 | 0.85 | 0.34 | 353.66 | 0.91 | 0.35 |
| Hex | A9 | 8 | 19 | 0 | 5F | 55 | 22 | 162 | 5B | 23 |
| Octal | 251 | 10 | 31 | 0 | 137 | 125 | 42 | 542 | 133 | 43 |
| Binary | 10101001 | 1000 | 11001 | 0 | 1011111 | 1010101 | 100010 | 101100010 | 1011011 | 100011 |
Color Harmonies of #A90819
Complementary color
Monochromatic Colors of #A90819
Black with #A90819
Text Example
Text Example
White with #A90819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90819; }
p { color: rgb(169,8,25); }
H1.HeaderClassName
{
color: #A90819;
}
.AnyTagClassName
{
color: #A90819;
}
</style>
background-color css
<style>
a { background-color: #A90819; }
a { background-color: rgb(169,8,25); }
div.DivClassName
{
background-color: #A90819;
}
.BgClassName
{
background-color: #A90819;
}
</style>
border-color css
<style>
span { border-color: #A90819; }
span { border-color: rgb(169,8,25); }
td.TdClassName
{
border-color: #A90819;
}
.TagClassName
{
border-color: #A90819;
}
</style>