Shades of Carmine #A8051E
Tints of Carmine #A8051E
RGB
CMYK
RGB Variations
Color information
#A8051E (or 0xA8051E) is known color: Carmine. HEX triplet: A8, 05 and 1E. RGB value is (168,5,30). Sum of RGB (Red+Green+Blue) = 168+5+30=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A8051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8051E is #57FAE1. Grayscale: #383838. Windows color (decimal): -5765858 or 1967528. OLE color: 1967528.
HSL color Cylindrical-coordinate representation of color #A8051E: hue angle of 350.8º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8051E is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 30 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.34 |
| HSL | 350.8º | 0.94% | 0.34% | - |
| HSV(B) | 350.8º | 0.97% | 0.66% | - |
| XYZ | 16.44 | 8.53 | 2.01 | - |
| YUV | 56.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 30 | 0 | 0.97 | 0.82 | 0.34 | 350.8 | 0.94 | 0.34 |
| Hex | A8 | 5 | 1E | 0 | 61 | 52 | 22 | 15F | 5E | 22 |
| Octal | 250 | 5 | 36 | 0 | 141 | 122 | 42 | 537 | 136 | 42 |
| Binary | 10101000 | 101 | 11110 | 0 | 1100001 | 1010010 | 100010 | 101011111 | 1011110 | 100010 |
Color Harmonies of #A8051E
Complementary color
Monochromatic Colors of #A8051E
Black with #A8051E
Text Example
Text Example
White with #A8051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8051E; }
p { color: rgb(168,5,30); }
H1.HeaderClassName
{
color: #A8051E;
}
.AnyTagClassName
{
color: #A8051E;
}
</style>
background-color css
<style>
a { background-color: #A8051E; }
a { background-color: rgb(168,5,30); }
div.DivClassName
{
background-color: #A8051E;
}
.BgClassName
{
background-color: #A8051E;
}
</style>
border-color css
<style>
span { border-color: #A8051E; }
span { border-color: rgb(168,5,30); }
td.TdClassName
{
border-color: #A8051E;
}
.TagClassName
{
border-color: #A8051E;
}
</style>