Shades of Carmine #A01623
Tints of Carmine #A01623
RGB
CMYK
RGB Variations
Color information
#A01623 (or 0xA01623) is known color: Carmine. HEX triplet: A0, 16 and 23. RGB value is (160,22,35). Sum of RGB (Red+Green+Blue) = 160+22+35=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A01623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01623 is #5FE9DC. Grayscale: #404040. Windows color (decimal): -6285789 or 2299552. OLE color: 2299552.
HSL color Cylindrical-coordinate representation of color #A01623: hue angle of 354.35º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01623 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 35 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.37 |
| HSL | 354.35º | 0.76% | 0.36% | - |
| HSV(B) | 354.35º | 0.86% | 0.63% | - |
| XYZ | 15.09 | 8.17 | 2.37 | - |
| YUV | 64.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 35 | 0 | 0.86 | 0.78 | 0.37 | 354.35 | 0.76 | 0.36 |
| Hex | A0 | 16 | 23 | 0 | 56 | 4E | 25 | 162 | 4C | 24 |
| Octal | 240 | 26 | 43 | 0 | 126 | 116 | 45 | 542 | 114 | 44 |
| Binary | 10100000 | 10110 | 100011 | 0 | 1010110 | 1001110 | 100101 | 101100010 | 1001100 | 100100 |
Color Harmonies of #A01623
Complementary color
Monochromatic Colors of #A01623
Black with #A01623
Text Example
Text Example
White with #A01623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01623; }
p { color: rgb(160,22,35); }
H1.HeaderClassName
{
color: #A01623;
}
.AnyTagClassName
{
color: #A01623;
}
</style>
background-color css
<style>
a { background-color: #A01623; }
a { background-color: rgb(160,22,35); }
div.DivClassName
{
background-color: #A01623;
}
.BgClassName
{
background-color: #A01623;
}
</style>
border-color css
<style>
span { border-color: #A01623; }
span { border-color: rgb(160,22,35); }
td.TdClassName
{
border-color: #A01623;
}
.TagClassName
{
border-color: #A01623;
}
</style>