Shades of Medium Carmine #A8443A
Tints of Medium Carmine #A8443A
RGB
CMYK
RGB Variations
Color information
#A8443A (or 0xA8443A) is known color: Medium Carmine. HEX triplet: A8, 44 and 3A. RGB value is (168,68,58). Sum of RGB (Red+Green+Blue) = 168+68+58=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8443A is #57BBC5. Grayscale: #606060. Windows color (decimal): -5749702 or 3818664. OLE color: 3818664.
HSL color Cylindrical-coordinate representation of color #A8443A: hue angle of 5.45º 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 #A8443A is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 58 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.34 |
| HSL | 5.45º | 0.49% | 0.44% | - |
| HSV(B) | 5.45º | 0.65% | 0.66% | - |
| XYZ | 18.98 | 12.76 | 5.47 | - |
| YUV | 96.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 58 | 0 | 0.60 | 0.65 | 0.34 | 5.45 | 0.49 | 0.44 |
| Hex | A8 | 44 | 3A | 0 | 3C | 41 | 22 | 5 | 31 | 2C |
| Octal | 250 | 104 | 72 | 0 | 74 | 101 | 42 | 5 | 61 | 54 |
| Binary | 10101000 | 1000100 | 111010 | 0 | 111100 | 1000001 | 100010 | 101 | 110001 | 101100 |
Color Harmonies of #A8443A
Complementary color
Monochromatic Colors of #A8443A
Black with #A8443A
Text Example
Text Example
White with #A8443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8443A; }
p { color: rgb(168,68,58); }
H1.HeaderClassName
{
color: #A8443A;
}
.AnyTagClassName
{
color: #A8443A;
}
</style>
background-color css
<style>
a { background-color: #A8443A; }
a { background-color: rgb(168,68,58); }
div.DivClassName
{
background-color: #A8443A;
}
.BgClassName
{
background-color: #A8443A;
}
</style>
border-color css
<style>
span { border-color: #A8443A; }
span { border-color: rgb(168,68,58); }
td.TdClassName
{
border-color: #A8443A;
}
.TagClassName
{
border-color: #A8443A;
}
</style>