Shades of Carmine #A1082D
Tints of Carmine #A1082D
RGB
CMYK
RGB Variations
Color information
#A1082D (or 0xA1082D) is known color: Carmine. HEX triplet: A1, 08 and 2D. RGB value is (161,8,45). Sum of RGB (Red+Green+Blue) = 161+8+45=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A1082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1082D is #5EF7D2. Grayscale: #393939. Windows color (decimal): -6223827 or 2951329. OLE color: 2951329.
HSL color Cylindrical-coordinate representation of color #A1082D: hue angle of 345.49º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1082D is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 45 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.37 |
| HSL | 345.49º | 0.91% | 0.33% | - |
| HSV(B) | 345.49º | 0.95% | 0.63% | - |
| XYZ | 15.26 | 7.94 | 3.21 | - |
| YUV | 57.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 45 | 0 | 0.95 | 0.72 | 0.37 | 345.49 | 0.91 | 0.33 |
| Hex | A1 | 8 | 2D | 0 | 5F | 48 | 25 | 159 | 5B | 21 |
| Octal | 241 | 10 | 55 | 0 | 137 | 110 | 45 | 531 | 133 | 41 |
| Binary | 10100001 | 1000 | 101101 | 0 | 1011111 | 1001000 | 100101 | 101011001 | 1011011 | 100001 |
Color Harmonies of #A1082D
Complementary color
Monochromatic Colors of #A1082D
Black with #A1082D
Text Example
Text Example
White with #A1082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1082D; }
p { color: rgb(161,8,45); }
H1.HeaderClassName
{
color: #A1082D;
}
.AnyTagClassName
{
color: #A1082D;
}
</style>
background-color css
<style>
a { background-color: #A1082D; }
a { background-color: rgb(161,8,45); }
div.DivClassName
{
background-color: #A1082D;
}
.BgClassName
{
background-color: #A1082D;
}
</style>
border-color css
<style>
span { border-color: #A1082D; }
span { border-color: rgb(161,8,45); }
td.TdClassName
{
border-color: #A1082D;
}
.TagClassName
{
border-color: #A1082D;
}
</style>