Shades of Brick Red #AD333D
Tints of Brick Red #AD333D
RGB
CMYK
RGB Variations
Color information
#AD333D (or 0xAD333D) is known color: Brick Red. HEX triplet: AD, 33 and 3D. RGB value is (173,51,61). Sum of RGB (Red+Green+Blue) = 173+51+61=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD333D is #52CCC2. Grayscale: #585858. Windows color (decimal): -5426371 or 4010925. OLE color: 4010925.
HSL color Cylindrical-coordinate representation of color #AD333D: hue angle of 355.08º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD333D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 61 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.32 |
| HSL | 355.08º | 0.54% | 0.44% | - |
| HSV(B) | 355.08º | 0.71% | 0.68% | - |
| XYZ | 19.26 | 11.59 | 5.64 | - |
| YUV | 88.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 61 | 0 | 0.71 | 0.65 | 0.32 | 355.08 | 0.54 | 0.44 |
| Hex | AD | 33 | 3D | 0 | 47 | 41 | 20 | 163 | 36 | 2C |
| Octal | 255 | 63 | 75 | 0 | 107 | 101 | 40 | 543 | 66 | 54 |
| Binary | 10101101 | 110011 | 111101 | 0 | 1000111 | 1000001 | 100000 | 101100011 | 110110 | 101100 |
Color Harmonies of #AD333D
Complementary color
Monochromatic Colors of #AD333D
Black with #AD333D
Text Example
Text Example
White with #AD333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD333D; }
p { color: rgb(173,51,61); }
H1.HeaderClassName
{
color: #AD333D;
}
.AnyTagClassName
{
color: #AD333D;
}
</style>
background-color css
<style>
a { background-color: #AD333D; }
a { background-color: rgb(173,51,61); }
div.DivClassName
{
background-color: #AD333D;
}
.BgClassName
{
background-color: #AD333D;
}
</style>
border-color css
<style>
span { border-color: #AD333D; }
span { border-color: rgb(173,51,61); }
td.TdClassName
{
border-color: #AD333D;
}
.TagClassName
{
border-color: #AD333D;
}
</style>