Shades of Carmine #A90623
Tints of Carmine #A90623
RGB
CMYK
RGB Variations
Color information
#A90623 (or 0xA90623) is known color: Carmine. HEX triplet: A9, 06 and 23. RGB value is (169,6,35). Sum of RGB (Red+Green+Blue) = 169+6+35=210 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.48% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 169 - color contains mainly: red. Hex color #A90623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90623 is #56F9DC. Grayscale: #3A3A3A. Windows color (decimal): -5700061 or 2295465. OLE color: 2295465.
HSL color Cylindrical-coordinate representation of color #A90623: hue angle of 349.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 #A90623 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 35 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.34 |
| HSL | 349.33º | 0.93% | 0.34% | - |
| HSV(B) | 349.33º | 0.96% | 0.66% | - |
| XYZ | 16.73 | 8.69 | 2.38 | - |
| YUV | 58.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 35 | 0 | 0.96 | 0.79 | 0.34 | 349.33 | 0.93 | 0.34 |
| Hex | A9 | 6 | 23 | 0 | 60 | 4F | 22 | 15D | 5D | 22 |
| Octal | 251 | 6 | 43 | 0 | 140 | 117 | 42 | 535 | 135 | 42 |
| Binary | 10101001 | 110 | 100011 | 0 | 1100000 | 1001111 | 100010 | 101011101 | 1011101 | 100010 |
Color Harmonies of #A90623
Complementary color
Monochromatic Colors of #A90623
Black with #A90623
Text Example
Text Example
White with #A90623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90623; }
p { color: rgb(169,6,35); }
H1.HeaderClassName
{
color: #A90623;
}
.AnyTagClassName
{
color: #A90623;
}
</style>
background-color css
<style>
a { background-color: #A90623; }
a { background-color: rgb(169,6,35); }
div.DivClassName
{
background-color: #A90623;
}
.BgClassName
{
background-color: #A90623;
}
</style>
border-color css
<style>
span { border-color: #A90623; }
span { border-color: rgb(169,6,35); }
td.TdClassName
{
border-color: #A90623;
}
.TagClassName
{
border-color: #A90623;
}
</style>