Shades of Medium Carmine #A8453A
Tints of Medium Carmine #A8453A
RGB
CMYK
RGB Variations
Color information
#A8453A (or 0xA8453A) is known color: Medium Carmine. HEX triplet: A8, 45 and 3A. RGB value is (168,69,58). Sum of RGB (Red+Green+Blue) = 168+69+58=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8453A is #57BAC5. Grayscale: #616161. Windows color (decimal): -5749446 or 3818920. OLE color: 3818920.
HSL color Cylindrical-coordinate representation of color #A8453A: hue angle of 6º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8453A is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 58 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.34 |
| HSL | 6º | 0.49% | 0.44% | - |
| HSV(B) | 6º | 0.65% | 0.66% | - |
| XYZ | 19.04 | 12.89 | 5.49 | - |
| YUV | 97.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 58 | 0 | 0.59 | 0.65 | 0.34 | 6 | 0.49 | 0.44 |
| Hex | A8 | 45 | 3A | 0 | 3B | 41 | 22 | 6 | 31 | 2C |
| Octal | 250 | 105 | 72 | 0 | 73 | 101 | 42 | 6 | 61 | 54 |
| Binary | 10101000 | 1000101 | 111010 | 0 | 111011 | 1000001 | 100010 | 110 | 110001 | 101100 |
Color Harmonies of #A8453A
Complementary color
Monochromatic Colors of #A8453A
Black with #A8453A
Text Example
Text Example
White with #A8453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8453A; }
p { color: rgb(168,69,58); }
H1.HeaderClassName
{
color: #A8453A;
}
.AnyTagClassName
{
color: #A8453A;
}
</style>
background-color css
<style>
a { background-color: #A8453A; }
a { background-color: rgb(168,69,58); }
div.DivClassName
{
background-color: #A8453A;
}
.BgClassName
{
background-color: #A8453A;
}
</style>
border-color css
<style>
span { border-color: #A8453A; }
span { border-color: rgb(168,69,58); }
td.TdClassName
{
border-color: #A8453A;
}
.TagClassName
{
border-color: #A8453A;
}
</style>