Shades of Medium Carmine #A8402E
Tints of Medium Carmine #A8402E
RGB
CMYK
RGB Variations
Color information
#A8402E (or 0xA8402E) is known color: Medium Carmine. HEX triplet: A8, 40 and 2E. RGB value is (168,64,46). Sum of RGB (Red+Green+Blue) = 168+64+46=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8402E is #57BFD1. Grayscale: #5D5D5D. Windows color (decimal): -5750738 or 3031208. OLE color: 3031208.
HSL color Cylindrical-coordinate representation of color #A8402E: hue angle of 8.85º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8402E is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 46 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.34 |
| HSL | 8.85º | 0.57% | 0.42% | - |
| HSV(B) | 8.85º | 0.73% | 0.66% | - |
| XYZ | 18.47 | 12.19 | 3.96 | - |
| YUV | 93.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 46 | 0 | 0.62 | 0.73 | 0.34 | 8.85 | 0.57 | 0.42 |
| Hex | A8 | 40 | 2E | 0 | 3E | 49 | 22 | 9 | 39 | 2A |
| Octal | 250 | 100 | 56 | 0 | 76 | 111 | 42 | 11 | 71 | 52 |
| Binary | 10101000 | 1000000 | 101110 | 0 | 111110 | 1001001 | 100010 | 1001 | 111001 | 101010 |
Color Harmonies of #A8402E
Complementary color
Monochromatic Colors of #A8402E
Black with #A8402E
Text Example
Text Example
White with #A8402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8402E; }
p { color: rgb(168,64,46); }
H1.HeaderClassName
{
color: #A8402E;
}
.AnyTagClassName
{
color: #A8402E;
}
</style>
background-color css
<style>
a { background-color: #A8402E; }
a { background-color: rgb(168,64,46); }
div.DivClassName
{
background-color: #A8402E;
}
.BgClassName
{
background-color: #A8402E;
}
</style>
border-color css
<style>
span { border-color: #A8402E; }
span { border-color: rgb(168,64,46); }
td.TdClassName
{
border-color: #A8402E;
}
.TagClassName
{
border-color: #A8402E;
}
</style>