Shades of Brick Red #AD323C
Tints of Brick Red #AD323C
RGB
CMYK
RGB Variations
Color information
#AD323C (or 0xAD323C) is known color: Brick Red. HEX triplet: AD, 32 and 3C. RGB value is (173,50,60). Sum of RGB (Red+Green+Blue) = 173+50+60=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD323C is #52CDC3. Grayscale: #585858. Windows color (decimal): -5426628 or 3945133. OLE color: 3945133.
HSL color Cylindrical-coordinate representation of color #AD323C: hue angle of 355.12º degrees, saturation: 0.55, 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 #AD323C is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 60 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.32 |
| HSL | 355.12º | 0.55% | 0.44% | - |
| HSV(B) | 355.12º | 0.71% | 0.68% | - |
| XYZ | 19.19 | 11.49 | 5.48 | - |
| YUV | 87.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 60 | 0 | 0.71 | 0.65 | 0.32 | 355.12 | 0.55 | 0.44 |
| Hex | AD | 32 | 3C | 0 | 47 | 41 | 20 | 163 | 37 | 2C |
| Octal | 255 | 62 | 74 | 0 | 107 | 101 | 40 | 543 | 67 | 54 |
| Binary | 10101101 | 110010 | 111100 | 0 | 1000111 | 1000001 | 100000 | 101100011 | 110111 | 101100 |
Color Harmonies of #AD323C
Complementary color
Monochromatic Colors of #AD323C
Black with #AD323C
Text Example
Text Example
White with #AD323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD323C; }
p { color: rgb(173,50,60); }
H1.HeaderClassName
{
color: #AD323C;
}
.AnyTagClassName
{
color: #AD323C;
}
</style>
background-color css
<style>
a { background-color: #AD323C; }
a { background-color: rgb(173,50,60); }
div.DivClassName
{
background-color: #AD323C;
}
.BgClassName
{
background-color: #AD323C;
}
</style>
border-color css
<style>
span { border-color: #AD323C; }
span { border-color: rgb(173,50,60); }
td.TdClassName
{
border-color: #AD323C;
}
.TagClassName
{
border-color: #AD323C;
}
</style>