Shades of Carmine #A1052A
Tints of Carmine #A1052A
RGB
CMYK
RGB Variations
Color information
#A1052A (or 0xA1052A) is known color: Carmine. HEX triplet: A1, 05 and 2A. RGB value is (161,5,42). Sum of RGB (Red+Green+Blue) = 161+5+42=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1052A is #5EFAD5. Grayscale: #373737. Windows color (decimal): -6224598 or 2753953. OLE color: 2753953.
HSL color Cylindrical-coordinate representation of color #A1052A: hue angle of 345.77º 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 #A1052A is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 42 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.37 |
| HSL | 345.77º | 0.94% | 0.33% | - |
| HSV(B) | 345.77º | 0.97% | 0.63% | - |
| XYZ | 15.17 | 7.85 | 2.91 | - |
| YUV | 55.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 42 | 0 | 0.97 | 0.74 | 0.37 | 345.77 | 0.94 | 0.33 |
| Hex | A1 | 5 | 2A | 0 | 61 | 4A | 25 | 15A | 5E | 21 |
| Octal | 241 | 5 | 52 | 0 | 141 | 112 | 45 | 532 | 136 | 41 |
| Binary | 10100001 | 101 | 101010 | 0 | 1100001 | 1001010 | 100101 | 101011010 | 1011110 | 100001 |
Color Harmonies of #A1052A
Complementary color
Monochromatic Colors of #A1052A
Black with #A1052A
Text Example
Text Example
White with #A1052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1052A; }
p { color: rgb(161,5,42); }
H1.HeaderClassName
{
color: #A1052A;
}
.AnyTagClassName
{
color: #A1052A;
}
</style>
background-color css
<style>
a { background-color: #A1052A; }
a { background-color: rgb(161,5,42); }
div.DivClassName
{
background-color: #A1052A;
}
.BgClassName
{
background-color: #A1052A;
}
</style>
border-color css
<style>
span { border-color: #A1052A; }
span { border-color: rgb(161,5,42); }
td.TdClassName
{
border-color: #A1052A;
}
.TagClassName
{
border-color: #A1052A;
}
</style>