Shades of Carmine #A90033
Tints of Carmine #A90033
RGB
CMYK
RGB Variations
Color information
#A90033 (or 0xA90033) is known color: Carmine. HEX triplet: A9, 00 and 33. RGB value is (169,0,51). Sum of RGB (Red+Green+Blue) = 169+0+51=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A90033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90033 is #56FFCC. Grayscale: #383838. Windows color (decimal): -5701581 or 3342505. OLE color: 3342505.
HSL color Cylindrical-coordinate representation of color #A90033: hue angle of 341.89º 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 #A90033 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.70 | 0.34 |
| HSL | 341.89º | 1% | 0.33% | - |
| HSV(B) | 341.89º | 1% | 0.66% | - |
| XYZ | 16.96 | 8.67 | 3.91 | - |
| YUV | 56.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 51 | 0 | 1 | 0.70 | 0.34 | 341.89 | 1 | 0.33 |
| Hex | A9 | 0 | 33 | 0 | 64 | 46 | 22 | 156 | 64 | 21 |
| Octal | 251 | 0 | 63 | 0 | 144 | 106 | 42 | 526 | 144 | 41 |
| Binary | 10101001 | 0 | 110011 | 0 | 1100100 | 1000110 | 100010 | 101010110 | 1100100 | 100001 |
Color Harmonies of #A90033
Complementary color
Monochromatic Colors of #A90033
Black with #A90033
Text Example
Text Example
White with #A90033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90033; }
p { color: rgb(169,0,51); }
H1.HeaderClassName
{
color: #A90033;
}
.AnyTagClassName
{
color: #A90033;
}
</style>
background-color css
<style>
a { background-color: #A90033; }
a { background-color: rgb(169,0,51); }
div.DivClassName
{
background-color: #A90033;
}
.BgClassName
{
background-color: #A90033;
}
</style>
border-color css
<style>
span { border-color: #A90033; }
span { border-color: rgb(169,0,51); }
td.TdClassName
{
border-color: #A90033;
}
.TagClassName
{
border-color: #A90033;
}
</style>