Shades of Carmine #A30018
Tints of Carmine #A30018
RGB
CMYK
RGB Variations
Color information
#A30018 (or 0xA30018) is known color: Carmine. HEX triplet: A3, 00 and 18. RGB value is (163,0,24). Sum of RGB (Red+Green+Blue) = 163+0+24=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A30018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30018 is #5CFFE7. Grayscale: #333333. Windows color (decimal): -6094824 or 1573027. OLE color: 1573027.
HSL color Cylindrical-coordinate representation of color #A30018: hue angle of 351.17º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30018 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.85 | 0.36 |
| HSL | 351.17º | 1% | 0.32% | - |
| HSV(B) | 351.17º | 1% | 0.64% | - |
| XYZ | 15.27 | 7.85 | 1.58 | - |
| YUV | 51.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 24 | 0 | 1 | 0.85 | 0.36 | 351.17 | 1 | 0.32 |
| Hex | A3 | 0 | 18 | 0 | 64 | 55 | 24 | 15F | 64 | 20 |
| Octal | 243 | 0 | 30 | 0 | 144 | 125 | 44 | 537 | 144 | 40 |
| Binary | 10100011 | 0 | 11000 | 0 | 1100100 | 1010101 | 100100 | 101011111 | 1100100 | 100000 |
Color Harmonies of #A30018
Complementary color
Monochromatic Colors of #A30018
Black with #A30018
Text Example
Text Example
White with #A30018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30018; }
p { color: rgb(163,0,24); }
H1.HeaderClassName
{
color: #A30018;
}
.AnyTagClassName
{
color: #A30018;
}
</style>
background-color css
<style>
a { background-color: #A30018; }
a { background-color: rgb(163,0,24); }
div.DivClassName
{
background-color: #A30018;
}
.BgClassName
{
background-color: #A30018;
}
</style>
border-color css
<style>
span { border-color: #A30018; }
span { border-color: rgb(163,0,24); }
td.TdClassName
{
border-color: #A30018;
}
.TagClassName
{
border-color: #A30018;
}
</style>