Shades of Carmine #A8081E
Tints of Carmine #A8081E
RGB
CMYK
RGB Variations
Color information
#A8081E (or 0xA8081E) is known color: Carmine. HEX triplet: A8, 08 and 1E. RGB value is (168,8,30). Sum of RGB (Red+Green+Blue) = 168+8+30=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A8081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8081E is #57F7E1. Grayscale: #3A3A3A. Windows color (decimal): -5765090 or 1968296. OLE color: 1968296.
HSL color Cylindrical-coordinate representation of color #A8081E: hue angle of 351.75º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8081E is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 30 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.34 |
| HSL | 351.75º | 0.91% | 0.35% | - |
| HSV(B) | 351.75º | 0.95% | 0.66% | - |
| XYZ | 16.47 | 8.59 | 2.02 | - |
| YUV | 58.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 30 | 0 | 0.95 | 0.82 | 0.34 | 351.75 | 0.91 | 0.35 |
| Hex | A8 | 8 | 1E | 0 | 5F | 52 | 22 | 160 | 5B | 23 |
| Octal | 250 | 10 | 36 | 0 | 137 | 122 | 42 | 540 | 133 | 43 |
| Binary | 10101000 | 1000 | 11110 | 0 | 1011111 | 1010010 | 100010 | 101100000 | 1011011 | 100011 |
Color Harmonies of #A8081E
Complementary color
Monochromatic Colors of #A8081E
Black with #A8081E
Text Example
Text Example
White with #A8081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8081E; }
p { color: rgb(168,8,30); }
H1.HeaderClassName
{
color: #A8081E;
}
.AnyTagClassName
{
color: #A8081E;
}
</style>
background-color css
<style>
a { background-color: #A8081E; }
a { background-color: rgb(168,8,30); }
div.DivClassName
{
background-color: #A8081E;
}
.BgClassName
{
background-color: #A8081E;
}
</style>
border-color css
<style>
span { border-color: #A8081E; }
span { border-color: rgb(168,8,30); }
td.TdClassName
{
border-color: #A8081E;
}
.TagClassName
{
border-color: #A8081E;
}
</style>