Shades of Carmine #A8070F
Tints of Carmine #A8070F
RGB
CMYK
RGB Variations
Color information
#A8070F (or 0xA8070F) is known color: Carmine. HEX triplet: A8, 07 and 0F. RGB value is (168,7,15). Sum of RGB (Red+Green+Blue) = 168+7+15=190 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.42% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 168 - color contains mainly: red. Hex color #A8070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8070F is #57F8F0. Grayscale: #383838. Windows color (decimal): -5765361 or 985000. OLE color: 985000.
HSL color Cylindrical-coordinate representation of color #A8070F: hue angle of 357.02º 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 #A8070F is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 15 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.34 |
| HSL | 357.02º | 0.92% | 0.34% | - |
| HSV(B) | 357.02º | 0.96% | 0.66% | - |
| XYZ | 16.31 | 8.51 | 1.24 | - |
| YUV | 56.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 15 | 0 | 0.96 | 0.91 | 0.34 | 357.02 | 0.92 | 0.34 |
| Hex | A8 | 7 | F | 0 | 60 | 5B | 22 | 165 | 5C | 22 |
| Octal | 250 | 7 | 17 | 0 | 140 | 133 | 42 | 545 | 134 | 42 |
| Binary | 10101000 | 111 | 1111 | 0 | 1100000 | 1011011 | 100010 | 101100101 | 1011100 | 100010 |
Color Harmonies of #A8070F
Complementary color
Monochromatic Colors of #A8070F
Black with #A8070F
Text Example
Text Example
White with #A8070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8070F; }
p { color: rgb(168,7,15); }
H1.HeaderClassName
{
color: #A8070F;
}
.AnyTagClassName
{
color: #A8070F;
}
</style>
background-color css
<style>
a { background-color: #A8070F; }
a { background-color: rgb(168,7,15); }
div.DivClassName
{
background-color: #A8070F;
}
.BgClassName
{
background-color: #A8070F;
}
</style>
border-color css
<style>
span { border-color: #A8070F; }
span { border-color: rgb(168,7,15); }
td.TdClassName
{
border-color: #A8070F;
}
.TagClassName
{
border-color: #A8070F;
}
</style>