Shades of Carmine #A90825
Tints of Carmine #A90825
RGB
CMYK
RGB Variations
Color information
#A90825 (or 0xA90825) is known color: Carmine. HEX triplet: A9, 08 and 25. RGB value is (169,8,37). Sum of RGB (Red+Green+Blue) = 169+8+37=214 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.97% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 169 - color contains mainly: red. Hex color #A90825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90825 is #56F7DA. Grayscale: #3B3B3B. Windows color (decimal): -5699547 or 2427049. OLE color: 2427049.
HSL color Cylindrical-coordinate representation of color #A90825: hue angle of 349.19º 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 #A90825 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 37 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.34 |
| HSL | 349.19º | 0.91% | 0.35% | - |
| HSV(B) | 349.19º | 0.95% | 0.66% | - |
| XYZ | 16.78 | 8.74 | 2.55 | - |
| YUV | 59.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 37 | 0 | 0.95 | 0.78 | 0.34 | 349.19 | 0.91 | 0.35 |
| Hex | A9 | 8 | 25 | 0 | 5F | 4E | 22 | 15D | 5B | 23 |
| Octal | 251 | 10 | 45 | 0 | 137 | 116 | 42 | 535 | 133 | 43 |
| Binary | 10101001 | 1000 | 100101 | 0 | 1011111 | 1001110 | 100010 | 101011101 | 1011011 | 100011 |
Color Harmonies of #A90825
Complementary color
Monochromatic Colors of #A90825
Black with #A90825
Text Example
Text Example
White with #A90825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90825; }
p { color: rgb(169,8,37); }
H1.HeaderClassName
{
color: #A90825;
}
.AnyTagClassName
{
color: #A90825;
}
</style>
background-color css
<style>
a { background-color: #A90825; }
a { background-color: rgb(169,8,37); }
div.DivClassName
{
background-color: #A90825;
}
.BgClassName
{
background-color: #A90825;
}
</style>
border-color css
<style>
span { border-color: #A90825; }
span { border-color: rgb(169,8,37); }
td.TdClassName
{
border-color: #A90825;
}
.TagClassName
{
border-color: #A90825;
}
</style>