Shades of Carmine #A80015
Tints of Carmine #A80015
RGB
CMYK
RGB Variations
Color information
#A80015 (or 0xA80015) is known color: Carmine. HEX triplet: A8, 00 and 15. RGB value is (168,0,21). Sum of RGB (Red+Green+Blue) = 168+0+21=189 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.89% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 168 - color contains mainly: red. Hex color #A80015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80015 is #57FFEA. Grayscale: #343434. Windows color (decimal): -5767147 or 1376424. OLE color: 1376424.
HSL color Cylindrical-coordinate representation of color #A80015: hue angle of 352.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80015 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.88 | 0.34 |
| HSL | 352.5º | 1% | 0.33% | - |
| HSV(B) | 352.5º | 1% | 0.66% | - |
| XYZ | 16.28 | 8.38 | 1.47 | - |
| YUV | 52.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 21 | 0 | 1 | 0.88 | 0.34 | 352.5 | 1 | 0.33 |
| Hex | A8 | 0 | 15 | 0 | 64 | 58 | 22 | 160 | 64 | 21 |
| Octal | 250 | 0 | 25 | 0 | 144 | 130 | 42 | 540 | 144 | 41 |
| Binary | 10101000 | 0 | 10101 | 0 | 1100100 | 1011000 | 100010 | 101100000 | 1100100 | 100001 |
Color Harmonies of #A80015
Complementary color
Monochromatic Colors of #A80015
Black with #A80015
Text Example
Text Example
White with #A80015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80015; }
p { color: rgb(168,0,21); }
H1.HeaderClassName
{
color: #A80015;
}
.AnyTagClassName
{
color: #A80015;
}
</style>
background-color css
<style>
a { background-color: #A80015; }
a { background-color: rgb(168,0,21); }
div.DivClassName
{
background-color: #A80015;
}
.BgClassName
{
background-color: #A80015;
}
</style>
border-color css
<style>
span { border-color: #A80015; }
span { border-color: rgb(168,0,21); }
td.TdClassName
{
border-color: #A80015;
}
.TagClassName
{
border-color: #A80015;
}
</style>