Shades of Carmine #A90024
Tints of Carmine #A90024
RGB
CMYK
RGB Variations
Color information
#A90024 (or 0xA90024) is known color: Carmine. HEX triplet: A9, 00 and 24. RGB value is (169,0,36). Sum of RGB (Red+Green+Blue) = 169+0+36=205 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.44% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 169 - color contains mainly: red. Hex color #A90024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90024 is #56FFDB. Grayscale: #363636. Windows color (decimal): -5701596 or 2359465. OLE color: 2359465.
HSL color Cylindrical-coordinate representation of color #A90024: hue angle of 347.22º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90024 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.79 | 0.34 |
| HSL | 347.22º | 1% | 0.33% | - |
| HSV(B) | 347.22º | 1% | 0.66% | - |
| XYZ | 16.68 | 8.56 | 2.44 | - |
| YUV | 54.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 36 | 0 | 1 | 0.79 | 0.34 | 347.22 | 1 | 0.33 |
| Hex | A9 | 0 | 24 | 0 | 64 | 4F | 22 | 15B | 64 | 21 |
| Octal | 251 | 0 | 44 | 0 | 144 | 117 | 42 | 533 | 144 | 41 |
| Binary | 10101001 | 0 | 100100 | 0 | 1100100 | 1001111 | 100010 | 101011011 | 1100100 | 100001 |
Color Harmonies of #A90024
Complementary color
Monochromatic Colors of #A90024
Black with #A90024
Text Example
Text Example
White with #A90024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90024; }
p { color: rgb(169,0,36); }
H1.HeaderClassName
{
color: #A90024;
}
.AnyTagClassName
{
color: #A90024;
}
</style>
background-color css
<style>
a { background-color: #A90024; }
a { background-color: rgb(169,0,36); }
div.DivClassName
{
background-color: #A90024;
}
.BgClassName
{
background-color: #A90024;
}
</style>
border-color css
<style>
span { border-color: #A90024; }
span { border-color: rgb(169,0,36); }
td.TdClassName
{
border-color: #A90024;
}
.TagClassName
{
border-color: #A90024;
}
</style>