Shades of Carmine #A1052E
Tints of Carmine #A1052E
RGB
CMYK
RGB Variations
Color information
#A1052E (or 0xA1052E) is known color: Carmine. HEX triplet: A1, 05 and 2E. RGB value is (161,5,46). Sum of RGB (Red+Green+Blue) = 161+5+46=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1052E is #5EFAD1. Grayscale: #383838. Windows color (decimal): -6224594 or 3016097. OLE color: 3016097.
HSL color Cylindrical-coordinate representation of color #A1052E: hue angle of 344.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1052E is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 46 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.37 |
| HSL | 344.23º | 0.94% | 0.33% | - |
| HSV(B) | 344.23º | 0.97% | 0.63% | - |
| XYZ | 15.25 | 7.88 | 3.3 | - |
| YUV | 56.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 46 | 0 | 0.97 | 0.71 | 0.37 | 344.23 | 0.94 | 0.33 |
| Hex | A1 | 5 | 2E | 0 | 61 | 47 | 25 | 158 | 5E | 21 |
| Octal | 241 | 5 | 56 | 0 | 141 | 107 | 45 | 530 | 136 | 41 |
| Binary | 10100001 | 101 | 101110 | 0 | 1100001 | 1000111 | 100101 | 101011000 | 1011110 | 100001 |
Color Harmonies of #A1052E
Complementary color
Monochromatic Colors of #A1052E
Black with #A1052E
Text Example
Text Example
White with #A1052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1052E; }
p { color: rgb(161,5,46); }
H1.HeaderClassName
{
color: #A1052E;
}
.AnyTagClassName
{
color: #A1052E;
}
</style>
background-color css
<style>
a { background-color: #A1052E; }
a { background-color: rgb(161,5,46); }
div.DivClassName
{
background-color: #A1052E;
}
.BgClassName
{
background-color: #A1052E;
}
</style>
border-color css
<style>
span { border-color: #A1052E; }
span { border-color: rgb(161,5,46); }
td.TdClassName
{
border-color: #A1052E;
}
.TagClassName
{
border-color: #A1052E;
}
</style>