Shades of Carmine #A1000F
Tints of Carmine #A1000F
RGB
CMYK
RGB Variations
Color information
#A1000F (or 0xA1000F) is known color: Carmine. HEX triplet: A1, 00 and 0F. RGB value is (161,0,15). Sum of RGB (Red+Green+Blue) = 161+0+15=176 (23% of max value = 765). Red value is 161 (63.28% from 255 or 91.48% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 161 - color contains mainly: red. Hex color #A1000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1000F is #5EFFF0. Grayscale: #313131. Windows color (decimal): -6225905 or 983201. OLE color: 983201.
HSL color Cylindrical-coordinate representation of color #A1000F: hue angle of 354.41º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1000F is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.91 | 0.37 |
| HSL | 354.41º | 1% | 0.32% | - |
| HSV(B) | 354.41º | 1% | 0.63% | - |
| XYZ | 14.78 | 7.61 | 1.14 | - |
| YUV | 49.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 15 | 0 | 1 | 0.91 | 0.37 | 354.41 | 1 | 0.32 |
| Hex | A1 | 0 | F | 0 | 64 | 5B | 25 | 162 | 64 | 20 |
| Octal | 241 | 0 | 17 | 0 | 144 | 133 | 45 | 542 | 144 | 40 |
| Binary | 10100001 | 0 | 1111 | 0 | 1100100 | 1011011 | 100101 | 101100010 | 1100100 | 100000 |
Color Harmonies of #A1000F
Complementary color
Monochromatic Colors of #A1000F
Black with #A1000F
Text Example
Text Example
White with #A1000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1000F; }
p { color: rgb(161,0,15); }
H1.HeaderClassName
{
color: #A1000F;
}
.AnyTagClassName
{
color: #A1000F;
}
</style>
background-color css
<style>
a { background-color: #A1000F; }
a { background-color: rgb(161,0,15); }
div.DivClassName
{
background-color: #A1000F;
}
.BgClassName
{
background-color: #A1000F;
}
</style>
border-color css
<style>
span { border-color: #A1000F; }
span { border-color: rgb(161,0,15); }
td.TdClassName
{
border-color: #A1000F;
}
.TagClassName
{
border-color: #A1000F;
}
</style>