Shades of Carmine #A10F1C
Tints of Carmine #A10F1C
RGB
CMYK
RGB Variations
Color information
#A10F1C (or 0xA10F1C) is known color: Carmine. HEX triplet: A1, 0F and 1C. RGB value is (161,15,28). Sum of RGB (Red+Green+Blue) = 161+15+28=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10F1C is #5EF0E3. Grayscale: #3C3C3C. Windows color (decimal): -6222052 or 1839009. OLE color: 1839009.
HSL color Cylindrical-coordinate representation of color #A10F1C: hue angle of 354.66º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10F1C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 15 | 28 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.37 |
| HSL | 354.66º | 0.83% | 0.35% | - |
| HSV(B) | 354.66º | 0.91% | 0.63% | - |
| XYZ | 15.08 | 8 | 1.85 | - |
| YUV | 60.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 28 | 0 | 0.91 | 0.83 | 0.37 | 354.66 | 0.83 | 0.35 |
| Hex | A1 | F | 1C | 0 | 5B | 53 | 25 | 163 | 53 | 23 |
| Octal | 241 | 17 | 34 | 0 | 133 | 123 | 45 | 543 | 123 | 43 |
| Binary | 10100001 | 1111 | 11100 | 0 | 1011011 | 1010011 | 100101 | 101100011 | 1010011 | 100011 |
Color Harmonies of #A10F1C
Complementary color
Monochromatic Colors of #A10F1C
Black with #A10F1C
Text Example
Text Example
White with #A10F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10F1C; }
p { color: rgb(161,15,28); }
H1.HeaderClassName
{
color: #A10F1C;
}
.AnyTagClassName
{
color: #A10F1C;
}
</style>
background-color css
<style>
a { background-color: #A10F1C; }
a { background-color: rgb(161,15,28); }
div.DivClassName
{
background-color: #A10F1C;
}
.BgClassName
{
background-color: #A10F1C;
}
</style>
border-color css
<style>
span { border-color: #A10F1C; }
span { border-color: rgb(161,15,28); }
td.TdClassName
{
border-color: #A10F1C;
}
.TagClassName
{
border-color: #A10F1C;
}
</style>