Shades of Carmine #A8071F
Tints of Carmine #A8071F
RGB
CMYK
RGB Variations
Color information
#A8071F (or 0xA8071F) is known color: Carmine. HEX triplet: A8, 07 and 1F. RGB value is (168,7,31). Sum of RGB (Red+Green+Blue) = 168+7+31=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A8071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8071F is #57F8E0. Grayscale: #393939. Windows color (decimal): -5765345 or 2033576. OLE color: 2033576.
HSL color Cylindrical-coordinate representation of color #A8071F: hue angle of 351.06º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8071F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 31 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.34 |
| HSL | 351.06º | 0.92% | 0.34% | - |
| HSV(B) | 351.06º | 0.96% | 0.66% | - |
| XYZ | 16.47 | 8.58 | 2.08 | - |
| YUV | 57.88 | 112.84 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 31 | 0 | 0.96 | 0.82 | 0.34 | 351.06 | 0.92 | 0.34 |
| Hex | A8 | 7 | 1F | 0 | 60 | 52 | 22 | 15F | 5C | 22 |
| Octal | 250 | 7 | 37 | 0 | 140 | 122 | 42 | 537 | 134 | 42 |
| Binary | 10101000 | 111 | 11111 | 0 | 1100000 | 1010010 | 100010 | 101011111 | 1011100 | 100010 |
Color Harmonies of #A8071F
Complementary color
Monochromatic Colors of #A8071F
Black with #A8071F
Text Example
Text Example
White with #A8071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8071F; }
p { color: rgb(168,7,31); }
H1.HeaderClassName
{
color: #A8071F;
}
.AnyTagClassName
{
color: #A8071F;
}
</style>
background-color css
<style>
a { background-color: #A8071F; }
a { background-color: rgb(168,7,31); }
div.DivClassName
{
background-color: #A8071F;
}
.BgClassName
{
background-color: #A8071F;
}
</style>
border-color css
<style>
span { border-color: #A8071F; }
span { border-color: rgb(168,7,31); }
td.TdClassName
{
border-color: #A8071F;
}
.TagClassName
{
border-color: #A8071F;
}
</style>