Shades of Carmine #A90636
Tints of Carmine #A90636
RGB
CMYK
RGB Variations
Color information
#A90636 (or 0xA90636) is known color: Carmine. HEX triplet: A9, 06 and 36. RGB value is (169,6,54). Sum of RGB (Red+Green+Blue) = 169+6+54=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A90636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90636 is #56F9C9. Grayscale: #3C3C3C. Windows color (decimal): -5700042 or 3540649. OLE color: 3540649.
HSL color Cylindrical-coordinate representation of color #A90636: hue angle of 342.33º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90636 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 54 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.34 |
| HSL | 342.33º | 0.93% | 0.34% | - |
| HSV(B) | 342.33º | 0.96% | 0.66% | - |
| XYZ | 17.09 | 8.83 | 4.29 | - |
| YUV | 60.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 54 | 0 | 0.96 | 0.68 | 0.34 | 342.33 | 0.93 | 0.34 |
| Hex | A9 | 6 | 36 | 0 | 60 | 44 | 22 | 156 | 5D | 22 |
| Octal | 251 | 6 | 66 | 0 | 140 | 104 | 42 | 526 | 135 | 42 |
| Binary | 10101001 | 110 | 110110 | 0 | 1100000 | 1000100 | 100010 | 101010110 | 1011101 | 100010 |
Color Harmonies of #A90636
Complementary color
Monochromatic Colors of #A90636
Black with #A90636
Text Example
Text Example
White with #A90636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90636; }
p { color: rgb(169,6,54); }
H1.HeaderClassName
{
color: #A90636;
}
.AnyTagClassName
{
color: #A90636;
}
</style>
background-color css
<style>
a { background-color: #A90636; }
a { background-color: rgb(169,6,54); }
div.DivClassName
{
background-color: #A90636;
}
.BgClassName
{
background-color: #A90636;
}
</style>
border-color css
<style>
span { border-color: #A90636; }
span { border-color: rgb(169,6,54); }
td.TdClassName
{
border-color: #A90636;
}
.TagClassName
{
border-color: #A90636;
}
</style>