Shades of Brick Red #AD2B3C
Tints of Brick Red #AD2B3C
RGB
CMYK
RGB Variations
Color information
#AD2B3C (or 0xAD2B3C) is known color: Brick Red. HEX triplet: AD, 2B and 3C. RGB value is (173,43,60). Sum of RGB (Red+Green+Blue) = 173+43+60=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B3C is #52D4C3. Grayscale: #535353. Windows color (decimal): -5428420 or 3943341. OLE color: 3943341.
HSL color Cylindrical-coordinate representation of color #AD2B3C: hue angle of 352.15º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B3C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 60 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.32 |
| HSL | 352.15º | 0.6% | 0.42% | - |
| HSV(B) | 352.15º | 0.75% | 0.68% | - |
| XYZ | 18.91 | 10.94 | 5.39 | - |
| YUV | 83.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 60 | 0 | 0.75 | 0.65 | 0.32 | 352.15 | 0.6 | 0.42 |
| Hex | AD | 2B | 3C | 0 | 4B | 41 | 20 | 160 | 3C | 2A |
| Octal | 255 | 53 | 74 | 0 | 113 | 101 | 40 | 540 | 74 | 52 |
| Binary | 10101101 | 101011 | 111100 | 0 | 1001011 | 1000001 | 100000 | 101100000 | 111100 | 101010 |
Color Harmonies of #AD2B3C
Complementary color
Monochromatic Colors of #AD2B3C
Black with #AD2B3C
Text Example
Text Example
White with #AD2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B3C; }
p { color: rgb(173,43,60); }
H1.HeaderClassName
{
color: #AD2B3C;
}
.AnyTagClassName
{
color: #AD2B3C;
}
</style>
background-color css
<style>
a { background-color: #AD2B3C; }
a { background-color: rgb(173,43,60); }
div.DivClassName
{
background-color: #AD2B3C;
}
.BgClassName
{
background-color: #AD2B3C;
}
</style>
border-color css
<style>
span { border-color: #AD2B3C; }
span { border-color: rgb(173,43,60); }
td.TdClassName
{
border-color: #AD2B3C;
}
.TagClassName
{
border-color: #AD2B3C;
}
</style>