Shades of Brick Red #AD303B
Tints of Brick Red #AD303B
RGB
CMYK
RGB Variations
Color information
#AD303B (or 0xAD303B) is known color: Brick Red. HEX triplet: AD, 30 and 3B. RGB value is (173,48,59). Sum of RGB (Red+Green+Blue) = 173+48+59=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD303B is #52CFC4. Grayscale: #565656. Windows color (decimal): -5427141 or 3879085. OLE color: 3879085.
HSL color Cylindrical-coordinate representation of color #AD303B: hue angle of 354.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD303B is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 59 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.32 |
| HSL | 354.72º | 0.57% | 0.43% | - |
| HSV(B) | 354.72º | 0.72% | 0.68% | - |
| XYZ | 19.08 | 11.31 | 5.32 | - |
| YUV | 86.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 59 | 0 | 0.72 | 0.66 | 0.32 | 354.72 | 0.57 | 0.43 |
| Hex | AD | 30 | 3B | 0 | 48 | 42 | 20 | 163 | 39 | 2B |
| Octal | 255 | 60 | 73 | 0 | 110 | 102 | 40 | 543 | 71 | 53 |
| Binary | 10101101 | 110000 | 111011 | 0 | 1001000 | 1000010 | 100000 | 101100011 | 111001 | 101011 |
Color Harmonies of #AD303B
Complementary color
Monochromatic Colors of #AD303B
Black with #AD303B
Text Example
Text Example
White with #AD303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD303B; }
p { color: rgb(173,48,59); }
H1.HeaderClassName
{
color: #AD303B;
}
.AnyTagClassName
{
color: #AD303B;
}
</style>
background-color css
<style>
a { background-color: #AD303B; }
a { background-color: rgb(173,48,59); }
div.DivClassName
{
background-color: #AD303B;
}
.BgClassName
{
background-color: #AD303B;
}
</style>
border-color css
<style>
span { border-color: #AD303B; }
span { border-color: rgb(173,48,59); }
td.TdClassName
{
border-color: #AD303B;
}
.TagClassName
{
border-color: #AD303B;
}
</style>