Shades of Carmine #A90726
Tints of Carmine #A90726
RGB
CMYK
RGB Variations
Color information
#A90726 (or 0xA90726) is known color: Carmine. HEX triplet: A9, 07 and 26. RGB value is (169,7,38). Sum of RGB (Red+Green+Blue) = 169+7+38=214 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.97% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 169 - color contains mainly: red. Hex color #A90726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90726 is #56F8D9. Grayscale: #3B3B3B. Windows color (decimal): -5699802 or 2492329. OLE color: 2492329.
HSL color Cylindrical-coordinate representation of color #A90726: hue angle of 348.52º 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 #A90726 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 38 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.34 |
| HSL | 348.52º | 0.92% | 0.35% | - |
| HSV(B) | 348.52º | 0.96% | 0.66% | - |
| XYZ | 16.79 | 8.73 | 2.63 | - |
| YUV | 58.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 38 | 0 | 0.96 | 0.78 | 0.34 | 348.52 | 0.92 | 0.35 |
| Hex | A9 | 7 | 26 | 0 | 60 | 4E | 22 | 15D | 5C | 23 |
| Octal | 251 | 7 | 46 | 0 | 140 | 116 | 42 | 535 | 134 | 43 |
| Binary | 10101001 | 111 | 100110 | 0 | 1100000 | 1001110 | 100010 | 101011101 | 1011100 | 100011 |
Color Harmonies of #A90726
Complementary color
Monochromatic Colors of #A90726
Black with #A90726
Text Example
Text Example
White with #A90726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90726; }
p { color: rgb(169,7,38); }
H1.HeaderClassName
{
color: #A90726;
}
.AnyTagClassName
{
color: #A90726;
}
</style>
background-color css
<style>
a { background-color: #A90726; }
a { background-color: rgb(169,7,38); }
div.DivClassName
{
background-color: #A90726;
}
.BgClassName
{
background-color: #A90726;
}
</style>
border-color css
<style>
span { border-color: #A90726; }
span { border-color: rgb(169,7,38); }
td.TdClassName
{
border-color: #A90726;
}
.TagClassName
{
border-color: #A90726;
}
</style>