Shades of Carmine #A1032D
Tints of Carmine #A1032D
RGB
CMYK
RGB Variations
Color information
#A1032D (or 0xA1032D) is known color: Carmine. HEX triplet: A1, 03 and 2D. RGB value is (161,3,45). Sum of RGB (Red+Green+Blue) = 161+3+45=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A1032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1032D is #5EFCD2. Grayscale: #373737. Windows color (decimal): -6225107 or 2950049. OLE color: 2950049.
HSL color Cylindrical-coordinate representation of color #A1032D: hue angle of 344.05º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1032D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.37 |
| HSL | 344.05º | 0.96% | 0.32% | - |
| HSV(B) | 344.05º | 0.98% | 0.63% | - |
| XYZ | 15.2 | 7.83 | 3.19 | - |
| YUV | 55.03 | 122.35 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 45 | 0 | 0.98 | 0.72 | 0.37 | 344.05 | 0.96 | 0.32 |
| Hex | A1 | 3 | 2D | 0 | 62 | 48 | 25 | 158 | 60 | 20 |
| Octal | 241 | 3 | 55 | 0 | 142 | 110 | 45 | 530 | 140 | 40 |
| Binary | 10100001 | 11 | 101101 | 0 | 1100010 | 1001000 | 100101 | 101011000 | 1100000 | 100000 |
Color Harmonies of #A1032D
Complementary color
Monochromatic Colors of #A1032D
Black with #A1032D
Text Example
Text Example
White with #A1032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1032D; }
p { color: rgb(161,3,45); }
H1.HeaderClassName
{
color: #A1032D;
}
.AnyTagClassName
{
color: #A1032D;
}
</style>
background-color css
<style>
a { background-color: #A1032D; }
a { background-color: rgb(161,3,45); }
div.DivClassName
{
background-color: #A1032D;
}
.BgClassName
{
background-color: #A1032D;
}
</style>
border-color css
<style>
span { border-color: #A1032D; }
span { border-color: rgb(161,3,45); }
td.TdClassName
{
border-color: #A1032D;
}
.TagClassName
{
border-color: #A1032D;
}
</style>