Shades of Carmine #A1023A
Tints of Carmine #A1023A
RGB
CMYK
RGB Variations
Color information
#A1023A (or 0xA1023A) is known color: Carmine. HEX triplet: A1, 02 and 3A. RGB value is (161,2,58). Sum of RGB (Red+Green+Blue) = 161+2+58=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A1023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1023A is #5EFDC5. Grayscale: #373737. Windows color (decimal): -6225350 or 3801761. OLE color: 3801761.
HSL color Cylindrical-coordinate representation of color #A1023A: hue angle of 338.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1023A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.37 |
| HSL | 338.87º | 0.98% | 0.32% | - |
| HSV(B) | 338.87º | 0.99% | 0.63% | - |
| XYZ | 15.48 | 7.93 | 4.72 | - |
| YUV | 55.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 58 | 0 | 0.99 | 0.64 | 0.37 | 338.87 | 0.98 | 0.32 |
| Hex | A1 | 2 | 3A | 0 | 63 | 40 | 25 | 153 | 62 | 20 |
| Octal | 241 | 2 | 72 | 0 | 143 | 100 | 45 | 523 | 142 | 40 |
| Binary | 10100001 | 10 | 111010 | 0 | 1100011 | 1000000 | 100101 | 101010011 | 1100010 | 100000 |
Color Harmonies of #A1023A
Complementary color
Monochromatic Colors of #A1023A
Black with #A1023A
Text Example
Text Example
White with #A1023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1023A; }
p { color: rgb(161,2,58); }
H1.HeaderClassName
{
color: #A1023A;
}
.AnyTagClassName
{
color: #A1023A;
}
</style>
background-color css
<style>
a { background-color: #A1023A; }
a { background-color: rgb(161,2,58); }
div.DivClassName
{
background-color: #A1023A;
}
.BgClassName
{
background-color: #A1023A;
}
</style>
border-color css
<style>
span { border-color: #A1023A; }
span { border-color: rgb(161,2,58); }
td.TdClassName
{
border-color: #A1023A;
}
.TagClassName
{
border-color: #A1023A;
}
</style>