Shades of Carmine #A1010F
Tints of Carmine #A1010F
RGB
CMYK
RGB Variations
Color information
#A1010F (or 0xA1010F) is known color: Carmine. HEX triplet: A1, 01 and 0F. RGB value is (161,1,15). Sum of RGB (Red+Green+Blue) = 161+1+15=177 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.96% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 161 - color contains mainly: red. Hex color #A1010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1010F is #5EFEF0. Grayscale: #323232. Windows color (decimal): -6225649 or 983457. OLE color: 983457.
HSL color Cylindrical-coordinate representation of color #A1010F: hue angle of 354.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1010F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.37 |
| HSL | 354.75º | 0.99% | 0.32% | - |
| HSV(B) | 354.75º | 0.99% | 0.63% | - |
| XYZ | 14.8 | 7.63 | 1.15 | - |
| YUV | 50.44 | 108.01 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 15 | 0 | 0.99 | 0.91 | 0.37 | 354.75 | 0.99 | 0.32 |
| Hex | A1 | 1 | F | 0 | 63 | 5B | 25 | 163 | 63 | 20 |
| Octal | 241 | 1 | 17 | 0 | 143 | 133 | 45 | 543 | 143 | 40 |
| Binary | 10100001 | 1 | 1111 | 0 | 1100011 | 1011011 | 100101 | 101100011 | 1100011 | 100000 |
Color Harmonies of #A1010F
Complementary color
Monochromatic Colors of #A1010F
Black with #A1010F
Text Example
Text Example
White with #A1010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1010F; }
p { color: rgb(161,1,15); }
H1.HeaderClassName
{
color: #A1010F;
}
.AnyTagClassName
{
color: #A1010F;
}
</style>
background-color css
<style>
a { background-color: #A1010F; }
a { background-color: rgb(161,1,15); }
div.DivClassName
{
background-color: #A1010F;
}
.BgClassName
{
background-color: #A1010F;
}
</style>
border-color css
<style>
span { border-color: #A1010F; }
span { border-color: rgb(161,1,15); }
td.TdClassName
{
border-color: #A1010F;
}
.TagClassName
{
border-color: #A1010F;
}
</style>