Shades of Brick Red #AD333C
Tints of Brick Red #AD333C
RGB
CMYK
RGB Variations
Color information
#AD333C (or 0xAD333C) is known color: Brick Red. HEX triplet: AD, 33 and 3C. RGB value is (173,51,60). Sum of RGB (Red+Green+Blue) = 173+51+60=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD333C is #52CCC3. Grayscale: #585858. Windows color (decimal): -5426372 or 3945389. OLE color: 3945389.
HSL color Cylindrical-coordinate representation of color #AD333C: hue angle of 355.57º 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 #AD333C is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 60 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.32 |
| HSL | 355.57º | 0.54% | 0.44% | - |
| HSV(B) | 355.57º | 0.71% | 0.68% | - |
| XYZ | 19.23 | 11.58 | 5.5 | - |
| YUV | 88.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 60 | 0 | 0.71 | 0.65 | 0.32 | 355.57 | 0.54 | 0.44 |
| Hex | AD | 33 | 3C | 0 | 47 | 41 | 20 | 164 | 36 | 2C |
| Octal | 255 | 63 | 74 | 0 | 107 | 101 | 40 | 544 | 66 | 54 |
| Binary | 10101101 | 110011 | 111100 | 0 | 1000111 | 1000001 | 100000 | 101100100 | 110110 | 101100 |
Color Harmonies of #AD333C
Complementary color
Monochromatic Colors of #AD333C
Black with #AD333C
Text Example
Text Example
White with #AD333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD333C; }
p { color: rgb(173,51,60); }
H1.HeaderClassName
{
color: #AD333C;
}
.AnyTagClassName
{
color: #AD333C;
}
</style>
background-color css
<style>
a { background-color: #AD333C; }
a { background-color: rgb(173,51,60); }
div.DivClassName
{
background-color: #AD333C;
}
.BgClassName
{
background-color: #AD333C;
}
</style>
border-color css
<style>
span { border-color: #AD333C; }
span { border-color: rgb(173,51,60); }
td.TdClassName
{
border-color: #AD333C;
}
.TagClassName
{
border-color: #AD333C;
}
</style>