Shades of Carmine #A9101C
Tints of Carmine #A9101C
RGB
CMYK
RGB Variations
Color information
#A9101C (or 0xA9101C) is known color: Carmine. HEX triplet: A9, 10 and 1C. RGB value is (169,16,28). Sum of RGB (Red+Green+Blue) = 169+16+28=213 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.34% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 169 - color contains mainly: red. Hex color #A9101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9101C is #56EFE3. Grayscale: #3F3F3F. Windows color (decimal): -5697508 or 1839273. OLE color: 1839273.
HSL color Cylindrical-coordinate representation of color #A9101C: hue angle of 355.29º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9101C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 28 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.34 |
| HSL | 355.29º | 0.83% | 0.36% | - |
| HSV(B) | 355.29º | 0.91% | 0.66% | - |
| XYZ | 16.76 | 8.89 | 1.93 | - |
| YUV | 63.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 28 | 0 | 0.91 | 0.83 | 0.34 | 355.29 | 0.83 | 0.36 |
| Hex | A9 | 10 | 1C | 0 | 5B | 53 | 22 | 163 | 53 | 24 |
| Octal | 251 | 20 | 34 | 0 | 133 | 123 | 42 | 543 | 123 | 44 |
| Binary | 10101001 | 10000 | 11100 | 0 | 1011011 | 1010011 | 100010 | 101100011 | 1010011 | 100100 |
Color Harmonies of #A9101C
Complementary color
Monochromatic Colors of #A9101C
Black with #A9101C
Text Example
Text Example
White with #A9101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9101C; }
p { color: rgb(169,16,28); }
H1.HeaderClassName
{
color: #A9101C;
}
.AnyTagClassName
{
color: #A9101C;
}
</style>
background-color css
<style>
a { background-color: #A9101C; }
a { background-color: rgb(169,16,28); }
div.DivClassName
{
background-color: #A9101C;
}
.BgClassName
{
background-color: #A9101C;
}
</style>
border-color css
<style>
span { border-color: #A9101C; }
span { border-color: rgb(169,16,28); }
td.TdClassName
{
border-color: #A9101C;
}
.TagClassName
{
border-color: #A9101C;
}
</style>