Shades of Brick Red #AD2C3A
Tints of Brick Red #AD2C3A
RGB
CMYK
RGB Variations
Color information
#AD2C3A (or 0xAD2C3A) is known color: Brick Red. HEX triplet: AD, 2C and 3A. RGB value is (173,44,58). Sum of RGB (Red+Green+Blue) = 173+44+58=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C3A is #52D3C5. Grayscale: #545454. Windows color (decimal): -5428166 or 3812525. OLE color: 3812525.
HSL color Cylindrical-coordinate representation of color #AD2C3A: hue angle of 353.49º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C3A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 58 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.32 |
| HSL | 353.49º | 0.59% | 0.43% | - |
| HSV(B) | 353.49º | 0.75% | 0.68% | - |
| XYZ | 18.9 | 10.99 | 5.13 | - |
| YUV | 84.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 58 | 0 | 0.75 | 0.66 | 0.32 | 353.49 | 0.59 | 0.43 |
| Hex | AD | 2C | 3A | 0 | 4B | 42 | 20 | 161 | 3B | 2B |
| Octal | 255 | 54 | 72 | 0 | 113 | 102 | 40 | 541 | 73 | 53 |
| Binary | 10101101 | 101100 | 111010 | 0 | 1001011 | 1000010 | 100000 | 101100001 | 111011 | 101011 |
Color Harmonies of #AD2C3A
Complementary color
Monochromatic Colors of #AD2C3A
Black with #AD2C3A
Text Example
Text Example
White with #AD2C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C3A; }
p { color: rgb(173,44,58); }
H1.HeaderClassName
{
color: #AD2C3A;
}
.AnyTagClassName
{
color: #AD2C3A;
}
</style>
background-color css
<style>
a { background-color: #AD2C3A; }
a { background-color: rgb(173,44,58); }
div.DivClassName
{
background-color: #AD2C3A;
}
.BgClassName
{
background-color: #AD2C3A;
}
</style>
border-color css
<style>
span { border-color: #AD2C3A; }
span { border-color: rgb(173,44,58); }
td.TdClassName
{
border-color: #AD2C3A;
}
.TagClassName
{
border-color: #AD2C3A;
}
</style>