Shades of Fire Brick #AD2D14
Tints of Fire Brick #AD2D14
RGB
CMYK
RGB Variations
Color information
#AD2D14 (or 0xAD2D14) is known color: Fire Brick. HEX triplet: AD, 2D and 14. RGB value is (173,45,20). Sum of RGB (Red+Green+Blue) = 173+45+20=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D14 is #52D2EB. Grayscale: #505050. Windows color (decimal): -5427948 or 1322413. OLE color: 1322413.
HSL color Cylindrical-coordinate representation of color #AD2D14: hue angle of 9.8º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD2D14 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 20 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.32 |
| HSL | 9.8º | 0.79% | 0.38% | - |
| HSV(B) | 9.8º | 0.88% | 0.68% | - |
| XYZ | 18.3 | 10.81 | 1.78 | - |
| YUV | 80.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 20 | 0 | 0.74 | 0.88 | 0.32 | 9.8 | 0.79 | 0.38 |
| Hex | AD | 2D | 14 | 0 | 4A | 58 | 20 | A | 4F | 26 |
| Octal | 255 | 55 | 24 | 0 | 112 | 130 | 40 | 12 | 117 | 46 |
| Binary | 10101101 | 101101 | 10100 | 0 | 1001010 | 1011000 | 100000 | 1010 | 1001111 | 100110 |
Color Harmonies of #AD2D14
Complementary color
Monochromatic Colors of #AD2D14
Black with #AD2D14
Text Example
Text Example
White with #AD2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D14; }
p { color: rgb(173,45,20); }
H1.HeaderClassName
{
color: #AD2D14;
}
.AnyTagClassName
{
color: #AD2D14;
}
</style>
background-color css
<style>
a { background-color: #AD2D14; }
a { background-color: rgb(173,45,20); }
div.DivClassName
{
background-color: #AD2D14;
}
.BgClassName
{
background-color: #AD2D14;
}
</style>
border-color css
<style>
span { border-color: #AD2D14; }
span { border-color: rgb(173,45,20); }
td.TdClassName
{
border-color: #AD2D14;
}
.TagClassName
{
border-color: #AD2D14;
}
</style>