Shades of Carmine #A1012F
Tints of Carmine #A1012F
RGB
CMYK
RGB Variations
Color information
#A1012F (or 0xA1012F) is known color: Carmine. HEX triplet: A1, 01 and 2F. RGB value is (161,1,47). Sum of RGB (Red+Green+Blue) = 161+1+47=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A1012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1012F is #5EFED0. Grayscale: #363636. Windows color (decimal): -6225617 or 3080609. OLE color: 3080609.
HSL color Cylindrical-coordinate representation of color #A1012F: hue angle of 342.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 #A1012F is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.37 |
| HSL | 342.75º | 0.99% | 0.32% | - |
| HSV(B) | 342.75º | 0.99% | 0.63% | - |
| XYZ | 15.22 | 7.8 | 3.39 | - |
| YUV | 54.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 47 | 0 | 0.99 | 0.71 | 0.37 | 342.75 | 0.99 | 0.32 |
| Hex | A1 | 1 | 2F | 0 | 63 | 47 | 25 | 157 | 63 | 20 |
| Octal | 241 | 1 | 57 | 0 | 143 | 107 | 45 | 527 | 143 | 40 |
| Binary | 10100001 | 1 | 101111 | 0 | 1100011 | 1000111 | 100101 | 101010111 | 1100011 | 100000 |
Color Harmonies of #A1012F
Complementary color
Monochromatic Colors of #A1012F
Black with #A1012F
Text Example
Text Example
White with #A1012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1012F; }
p { color: rgb(161,1,47); }
H1.HeaderClassName
{
color: #A1012F;
}
.AnyTagClassName
{
color: #A1012F;
}
</style>
background-color css
<style>
a { background-color: #A1012F; }
a { background-color: rgb(161,1,47); }
div.DivClassName
{
background-color: #A1012F;
}
.BgClassName
{
background-color: #A1012F;
}
</style>
border-color css
<style>
span { border-color: #A1012F; }
span { border-color: rgb(161,1,47); }
td.TdClassName
{
border-color: #A1012F;
}
.TagClassName
{
border-color: #A1012F;
}
</style>