Shades of Carmine #A90721
Tints of Carmine #A90721
RGB
CMYK
RGB Variations
Color information
#A90721 (or 0xA90721) is known color: Carmine. HEX triplet: A9, 07 and 21. RGB value is (169,7,33). Sum of RGB (Red+Green+Blue) = 169+7+33=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A90721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90721 is #56F8DE. Grayscale: #3A3A3A. Windows color (decimal): -5699807 or 2164649. OLE color: 2164649.
HSL color Cylindrical-coordinate representation of color #A90721: hue angle of 350.37º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90721 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 33 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.34 |
| HSL | 350.37º | 0.92% | 0.35% | - |
| HSV(B) | 350.37º | 0.96% | 0.66% | - |
| XYZ | 16.71 | 8.7 | 2.24 | - |
| YUV | 58.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 33 | 0 | 0.96 | 0.80 | 0.34 | 350.37 | 0.92 | 0.35 |
| Hex | A9 | 7 | 21 | 0 | 60 | 50 | 22 | 15E | 5C | 23 |
| Octal | 251 | 7 | 41 | 0 | 140 | 120 | 42 | 536 | 134 | 43 |
| Binary | 10101001 | 111 | 100001 | 0 | 1100000 | 1010000 | 100010 | 101011110 | 1011100 | 100011 |
Color Harmonies of #A90721
Complementary color
Monochromatic Colors of #A90721
Black with #A90721
Text Example
Text Example
White with #A90721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90721; }
p { color: rgb(169,7,33); }
H1.HeaderClassName
{
color: #A90721;
}
.AnyTagClassName
{
color: #A90721;
}
</style>
background-color css
<style>
a { background-color: #A90721; }
a { background-color: rgb(169,7,33); }
div.DivClassName
{
background-color: #A90721;
}
.BgClassName
{
background-color: #A90721;
}
</style>
border-color css
<style>
span { border-color: #A90721; }
span { border-color: rgb(169,7,33); }
td.TdClassName
{
border-color: #A90721;
}
.TagClassName
{
border-color: #A90721;
}
</style>