Shades of Carmine #A90C1C
Tints of Carmine #A90C1C
RGB
CMYK
RGB Variations
Color information
#A90C1C (or 0xA90C1C) is known color: Carmine. HEX triplet: A9, 0C and 1C. RGB value is (169,12,28). Sum of RGB (Red+Green+Blue) = 169+12+28=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90C1C is #56F3E3. Grayscale: #3C3C3C. Windows color (decimal): -5698532 or 1838249. OLE color: 1838249.
HSL color Cylindrical-coordinate representation of color #A90C1C: hue angle of 353.89º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C1C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 28 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.34 |
| HSL | 353.89º | 0.87% | 0.35% | - |
| HSV(B) | 353.89º | 0.93% | 0.66% | - |
| XYZ | 16.7 | 8.78 | 1.91 | - |
| YUV | 60.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 28 | 0 | 0.93 | 0.83 | 0.34 | 353.89 | 0.87 | 0.35 |
| Hex | A9 | C | 1C | 0 | 5D | 53 | 22 | 162 | 57 | 23 |
| Octal | 251 | 14 | 34 | 0 | 135 | 123 | 42 | 542 | 127 | 43 |
| Binary | 10101001 | 1100 | 11100 | 0 | 1011101 | 1010011 | 100010 | 101100010 | 1010111 | 100011 |
Color Harmonies of #A90C1C
Complementary color
Monochromatic Colors of #A90C1C
Black with #A90C1C
Text Example
Text Example
White with #A90C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C1C; }
p { color: rgb(169,12,28); }
H1.HeaderClassName
{
color: #A90C1C;
}
.AnyTagClassName
{
color: #A90C1C;
}
</style>
background-color css
<style>
a { background-color: #A90C1C; }
a { background-color: rgb(169,12,28); }
div.DivClassName
{
background-color: #A90C1C;
}
.BgClassName
{
background-color: #A90C1C;
}
</style>
border-color css
<style>
span { border-color: #A90C1C; }
span { border-color: rgb(169,12,28); }
td.TdClassName
{
border-color: #A90C1C;
}
.TagClassName
{
border-color: #A90C1C;
}
</style>