Shades of Brick Red #AD313C
Tints of Brick Red #AD313C
RGB
CMYK
RGB Variations
Color information
#AD313C (or 0xAD313C) is known color: Brick Red. HEX triplet: AD, 31 and 3C. RGB value is (173,49,60). Sum of RGB (Red+Green+Blue) = 173+49+60=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD313C is #52CEC3. Grayscale: #575757. Windows color (decimal): -5426884 or 3944877. OLE color: 3944877.
HSL color Cylindrical-coordinate representation of color #AD313C: hue angle of 354.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD313C is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 60 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.32 |
| HSL | 354.68º | 0.56% | 0.44% | - |
| HSV(B) | 354.68º | 0.72% | 0.68% | - |
| XYZ | 19.15 | 11.41 | 5.47 | - |
| YUV | 87.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 60 | 0 | 0.72 | 0.65 | 0.32 | 354.68 | 0.56 | 0.44 |
| Hex | AD | 31 | 3C | 0 | 48 | 41 | 20 | 163 | 38 | 2C |
| Octal | 255 | 61 | 74 | 0 | 110 | 101 | 40 | 543 | 70 | 54 |
| Binary | 10101101 | 110001 | 111100 | 0 | 1001000 | 1000001 | 100000 | 101100011 | 111000 | 101100 |
Color Harmonies of #AD313C
Complementary color
Monochromatic Colors of #AD313C
Black with #AD313C
Text Example
Text Example
White with #AD313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD313C; }
p { color: rgb(173,49,60); }
H1.HeaderClassName
{
color: #AD313C;
}
.AnyTagClassName
{
color: #AD313C;
}
</style>
background-color css
<style>
a { background-color: #AD313C; }
a { background-color: rgb(173,49,60); }
div.DivClassName
{
background-color: #AD313C;
}
.BgClassName
{
background-color: #AD313C;
}
</style>
border-color css
<style>
span { border-color: #AD313C; }
span { border-color: rgb(173,49,60); }
td.TdClassName
{
border-color: #AD313C;
}
.TagClassName
{
border-color: #AD313C;
}
</style>