Shades of Medium Carmine #A8382D
Tints of Medium Carmine #A8382D
RGB
CMYK
RGB Variations
Color information
#A8382D (or 0xA8382D) is known color: Medium Carmine. HEX triplet: A8, 38 and 2D. RGB value is (168,56,45). Sum of RGB (Red+Green+Blue) = 168+56+45=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8382D is #57C7D2. Grayscale: #585858. Windows color (decimal): -5752787 or 2963624. OLE color: 2963624.
HSL color Cylindrical-coordinate representation of color #A8382D: hue angle of 5.37º degrees, saturation: 0.58, 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 #A8382D is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 45 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.34 |
| HSL | 5.37º | 0.58% | 0.42% | - |
| HSV(B) | 5.37º | 0.73% | 0.66% | - |
| XYZ | 18.04 | 11.34 | 3.72 | - |
| YUV | 88.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 45 | 0 | 0.67 | 0.73 | 0.34 | 5.37 | 0.58 | 0.42 |
| Hex | A8 | 38 | 2D | 0 | 43 | 49 | 22 | 5 | 3A | 2A |
| Octal | 250 | 70 | 55 | 0 | 103 | 111 | 42 | 5 | 72 | 52 |
| Binary | 10101000 | 111000 | 101101 | 0 | 1000011 | 1001001 | 100010 | 101 | 111010 | 101010 |
Color Harmonies of #A8382D
Complementary color
Monochromatic Colors of #A8382D
Black with #A8382D
Text Example
Text Example
White with #A8382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8382D; }
p { color: rgb(168,56,45); }
H1.HeaderClassName
{
color: #A8382D;
}
.AnyTagClassName
{
color: #A8382D;
}
</style>
background-color css
<style>
a { background-color: #A8382D; }
a { background-color: rgb(168,56,45); }
div.DivClassName
{
background-color: #A8382D;
}
.BgClassName
{
background-color: #A8382D;
}
</style>
border-color css
<style>
span { border-color: #A8382D; }
span { border-color: rgb(168,56,45); }
td.TdClassName
{
border-color: #A8382D;
}
.TagClassName
{
border-color: #A8382D;
}
</style>