Shades of Carmine #A1052D
Tints of Carmine #A1052D
RGB
CMYK
RGB Variations
Color information
#A1052D (or 0xA1052D) is known color: Carmine. HEX triplet: A1, 05 and 2D. RGB value is (161,5,45). Sum of RGB (Red+Green+Blue) = 161+5+45=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A1052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1052D is #5EFAD2. Grayscale: #383838. Windows color (decimal): -6224595 or 2950561. OLE color: 2950561.
HSL color Cylindrical-coordinate representation of color #A1052D: hue angle of 344.62º 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 #A1052D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.37 |
| HSL | 344.62º | 0.94% | 0.33% | - |
| HSV(B) | 344.62º | 0.97% | 0.63% | - |
| XYZ | 15.23 | 7.88 | 3.2 | - |
| YUV | 56.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 45 | 0 | 0.97 | 0.72 | 0.37 | 344.62 | 0.94 | 0.33 |
| Hex | A1 | 5 | 2D | 0 | 61 | 48 | 25 | 159 | 5E | 21 |
| Octal | 241 | 5 | 55 | 0 | 141 | 110 | 45 | 531 | 136 | 41 |
| Binary | 10100001 | 101 | 101101 | 0 | 1100001 | 1001000 | 100101 | 101011001 | 1011110 | 100001 |
Color Harmonies of #A1052D
Complementary color
Monochromatic Colors of #A1052D
Black with #A1052D
Text Example
Text Example
White with #A1052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1052D; }
p { color: rgb(161,5,45); }
H1.HeaderClassName
{
color: #A1052D;
}
.AnyTagClassName
{
color: #A1052D;
}
</style>
background-color css
<style>
a { background-color: #A1052D; }
a { background-color: rgb(161,5,45); }
div.DivClassName
{
background-color: #A1052D;
}
.BgClassName
{
background-color: #A1052D;
}
</style>
border-color css
<style>
span { border-color: #A1052D; }
span { border-color: rgb(161,5,45); }
td.TdClassName
{
border-color: #A1052D;
}
.TagClassName
{
border-color: #A1052D;
}
</style>