Shades of Carmine #A8030E
Tints of Carmine #A8030E
RGB
CMYK
RGB Variations
Color information
#A8030E (or 0xA8030E) is known color: Carmine. HEX triplet: A8, 03 and 0E. RGB value is (168,3,14). Sum of RGB (Red+Green+Blue) = 168+3+14=185 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.81% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 168 - color contains mainly: red. Hex color #A8030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8030E is #57FCF1. Grayscale: #353535. Windows color (decimal): -5766386 or 918440. OLE color: 918440.
HSL color Cylindrical-coordinate representation of color #A8030E: hue angle of 356º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8030E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.34 |
| HSL | 356º | 0.96% | 0.34% | - |
| HSV(B) | 356º | 0.98% | 0.66% | - |
| XYZ | 16.26 | 8.42 | 1.18 | - |
| YUV | 53.59 | 105.66 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 14 | 0 | 0.98 | 0.92 | 0.34 | 356 | 0.96 | 0.34 |
| Hex | A8 | 3 | E | 0 | 62 | 5C | 22 | 164 | 60 | 22 |
| Octal | 250 | 3 | 16 | 0 | 142 | 134 | 42 | 544 | 140 | 42 |
| Binary | 10101000 | 11 | 1110 | 0 | 1100010 | 1011100 | 100010 | 101100100 | 1100000 | 100010 |
Color Harmonies of #A8030E
Complementary color
Monochromatic Colors of #A8030E
Black with #A8030E
Text Example
Text Example
White with #A8030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8030E; }
p { color: rgb(168,3,14); }
H1.HeaderClassName
{
color: #A8030E;
}
.AnyTagClassName
{
color: #A8030E;
}
</style>
background-color css
<style>
a { background-color: #A8030E; }
a { background-color: rgb(168,3,14); }
div.DivClassName
{
background-color: #A8030E;
}
.BgClassName
{
background-color: #A8030E;
}
</style>
border-color css
<style>
span { border-color: #A8030E; }
span { border-color: rgb(168,3,14); }
td.TdClassName
{
border-color: #A8030E;
}
.TagClassName
{
border-color: #A8030E;
}
</style>