Shades of Fire Brick #AD2B1D
Tints of Fire Brick #AD2B1D
RGB
CMYK
RGB Variations
Color information
#AD2B1D (or 0xAD2B1D) is known color: Fire Brick. HEX triplet: AD, 2B and 1D. RGB value is (173,43,29). Sum of RGB (Red+Green+Blue) = 173+43+29=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B1D is #52D4E2. Grayscale: #505050. Windows color (decimal): -5428451 or 1911725. OLE color: 1911725.
HSL color Cylindrical-coordinate representation of color #AD2B1D: hue angle of 5.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD2B1D is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 29 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.32 |
| HSL | 5.83º | 0.71% | 0.4% | - |
| HSV(B) | 5.83º | 0.83% | 0.68% | - |
| XYZ | 18.32 | 10.7 | 2.26 | - |
| YUV | 80.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 29 | 0 | 0.75 | 0.83 | 0.32 | 5.83 | 0.71 | 0.4 |
| Hex | AD | 2B | 1D | 0 | 4B | 53 | 20 | 6 | 47 | 28 |
| Octal | 255 | 53 | 35 | 0 | 113 | 123 | 40 | 6 | 107 | 50 |
| Binary | 10101101 | 101011 | 11101 | 0 | 1001011 | 1010011 | 100000 | 110 | 1000111 | 101000 |
Color Harmonies of #AD2B1D
Complementary color
Monochromatic Colors of #AD2B1D
Black with #AD2B1D
Text Example
Text Example
White with #AD2B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B1D; }
p { color: rgb(173,43,29); }
H1.HeaderClassName
{
color: #AD2B1D;
}
.AnyTagClassName
{
color: #AD2B1D;
}
</style>
background-color css
<style>
a { background-color: #AD2B1D; }
a { background-color: rgb(173,43,29); }
div.DivClassName
{
background-color: #AD2B1D;
}
.BgClassName
{
background-color: #AD2B1D;
}
</style>
border-color css
<style>
span { border-color: #AD2B1D; }
span { border-color: rgb(173,43,29); }
td.TdClassName
{
border-color: #AD2B1D;
}
.TagClassName
{
border-color: #AD2B1D;
}
</style>