Shades of Medium Carmine #A8392D
Tints of Medium Carmine #A8392D
RGB
CMYK
RGB Variations
Color information
#A8392D (or 0xA8392D) is known color: Medium Carmine. HEX triplet: A8, 39 and 2D. RGB value is (168,57,45). Sum of RGB (Red+Green+Blue) = 168+57+45=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A8392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8392D is #57C6D2. Grayscale: #585858. Windows color (decimal): -5752531 or 2963880. OLE color: 2963880.
HSL color Cylindrical-coordinate representation of color #A8392D: hue angle of 5.85º 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 #A8392D is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 57 | 45 | - |
CMYK | 0 | 0.66 | 0.73 | 0.34 |
HSL | 5.85º | 0.58% | 0.42% | - |
HSV(B) | 5.85º | 0.73% | 0.66% | - |
XYZ | 18.09 | 11.44 | 3.74 | - |
YUV | 88.82 | 103.27 | 184.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 57 | 45 | 0 | 0.66 | 0.73 | 0.34 | 5.85 | 0.58 | 0.42 |
Hex | A8 | 39 | 2D | 0 | 42 | 49 | 22 | 6 | 3A | 2A |
Octal | 250 | 71 | 55 | 0 | 102 | 111 | 42 | 6 | 72 | 52 |
Binary | 10101000 | 111001 | 101101 | 0 | 1000010 | 1001001 | 100010 | 110 | 111010 | 101010 |
Color Harmonies of #A8392D
Complementary color
Monochromatic Colors of #A8392D
Black with #A8392D
Text Example
Text Example
White with #A8392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8392D; }
p { color: rgb(168,57,45); }
H1.HeaderClassName
{
color: #A8392D;
}
.AnyTagClassName
{
color: #A8392D;
}
</style>
background-color css
<style>
a { background-color: #A8392D; }
a { background-color: rgb(168,57,45); }
div.DivClassName
{
background-color: #A8392D;
}
.BgClassName
{
background-color: #A8392D;
}
</style>
border-color css
<style>
span { border-color: #A8392D; }
span { border-color: rgb(168,57,45); }
td.TdClassName
{
border-color: #A8392D;
}
.TagClassName
{
border-color: #A8392D;
}
</style>