Shades of Brick Red #AD393E
Tints of Brick Red #AD393E
RGB
CMYK
RGB Variations
Color information
#AD393E (or 0xAD393E) is known color: Brick Red. HEX triplet: AD, 39 and 3E. RGB value is (173,57,62). Sum of RGB (Red+Green+Blue) = 173+57+62=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD393E is #52C6C1. Grayscale: #5C5C5C. Windows color (decimal): -5424834 or 4077997. OLE color: 4077997.
HSL color Cylindrical-coordinate representation of color #AD393E: hue angle of 357.41º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD393E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 62 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.32 |
| HSL | 357.41º | 0.5% | 0.45% | - |
| HSV(B) | 357.41º | 0.67% | 0.68% | - |
| XYZ | 19.57 | 12.16 | 5.87 | - |
| YUV | 92.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 62 | 0 | 0.67 | 0.64 | 0.32 | 357.41 | 0.5 | 0.45 |
| Hex | AD | 39 | 3E | 0 | 43 | 40 | 20 | 165 | 32 | 2D |
| Octal | 255 | 71 | 76 | 0 | 103 | 100 | 40 | 545 | 62 | 55 |
| Binary | 10101101 | 111001 | 111110 | 0 | 1000011 | 1000000 | 100000 | 101100101 | 110010 | 101101 |
Color Harmonies of #AD393E
Complementary color
Monochromatic Colors of #AD393E
Black with #AD393E
Text Example
Text Example
White with #AD393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD393E; }
p { color: rgb(173,57,62); }
H1.HeaderClassName
{
color: #AD393E;
}
.AnyTagClassName
{
color: #AD393E;
}
</style>
background-color css
<style>
a { background-color: #AD393E; }
a { background-color: rgb(173,57,62); }
div.DivClassName
{
background-color: #AD393E;
}
.BgClassName
{
background-color: #AD393E;
}
</style>
border-color css
<style>
span { border-color: #AD393E; }
span { border-color: rgb(173,57,62); }
td.TdClassName
{
border-color: #AD393E;
}
.TagClassName
{
border-color: #AD393E;
}
</style>