Shades of Carmine #A90831
Tints of Carmine #A90831
RGB
CMYK
RGB Variations
Color information
#A90831 (or 0xA90831) is known color: Carmine. HEX triplet: A9, 08 and 31. RGB value is (169,8,49). Sum of RGB (Red+Green+Blue) = 169+8+49=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A90831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90831 is #56F7CE. Grayscale: #3C3C3C. Windows color (decimal): -5699535 or 3213481. OLE color: 3213481.
HSL color Cylindrical-coordinate representation of color #A90831: hue angle of 344.72º 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 #A90831 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 49 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.34 |
| HSL | 344.72º | 0.91% | 0.35% | - |
| HSV(B) | 344.72º | 0.95% | 0.66% | - |
| XYZ | 17 | 8.83 | 3.71 | - |
| YUV | 60.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 49 | 0 | 0.95 | 0.71 | 0.34 | 344.72 | 0.91 | 0.35 |
| Hex | A9 | 8 | 31 | 0 | 5F | 47 | 22 | 159 | 5B | 23 |
| Octal | 251 | 10 | 61 | 0 | 137 | 107 | 42 | 531 | 133 | 43 |
| Binary | 10101001 | 1000 | 110001 | 0 | 1011111 | 1000111 | 100010 | 101011001 | 1011011 | 100011 |
Color Harmonies of #A90831
Complementary color
Monochromatic Colors of #A90831
Black with #A90831
Text Example
Text Example
White with #A90831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90831; }
p { color: rgb(169,8,49); }
H1.HeaderClassName
{
color: #A90831;
}
.AnyTagClassName
{
color: #A90831;
}
</style>
background-color css
<style>
a { background-color: #A90831; }
a { background-color: rgb(169,8,49); }
div.DivClassName
{
background-color: #A90831;
}
.BgClassName
{
background-color: #A90831;
}
</style>
border-color css
<style>
span { border-color: #A90831; }
span { border-color: rgb(169,8,49); }
td.TdClassName
{
border-color: #A90831;
}
.TagClassName
{
border-color: #A90831;
}
</style>