Shades of Fire Brick #AD1B13
Tints of Fire Brick #AD1B13
RGB
CMYK
RGB Variations
Color information
#AD1B13 (or 0xAD1B13) is known color: Fire Brick. HEX triplet: AD, 1B and 13. RGB value is (173,27,19). Sum of RGB (Red+Green+Blue) = 173+27+19=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B13 is #52E4EC. Grayscale: #454545. Windows color (decimal): -5432557 or 1252269. OLE color: 1252269.
HSL color Cylindrical-coordinate representation of color #AD1B13: hue angle of 3.12º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1B13 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 19 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.32 |
| HSL | 3.12º | 0.8% | 0.38% | - |
| HSV(B) | 3.12º | 0.89% | 0.68% | - |
| XYZ | 17.74 | 9.72 | 1.56 | - |
| YUV | 69.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 19 | 0 | 0.84 | 0.89 | 0.32 | 3.12 | 0.8 | 0.38 |
| Hex | AD | 1B | 13 | 0 | 54 | 59 | 20 | 3 | 50 | 26 |
| Octal | 255 | 33 | 23 | 0 | 124 | 131 | 40 | 3 | 120 | 46 |
| Binary | 10101101 | 11011 | 10011 | 0 | 1010100 | 1011001 | 100000 | 11 | 1010000 | 100110 |
Color Harmonies of #AD1B13
Complementary color
Monochromatic Colors of #AD1B13
Black with #AD1B13
Text Example
Text Example
White with #AD1B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B13; }
p { color: rgb(173,27,19); }
H1.HeaderClassName
{
color: #AD1B13;
}
.AnyTagClassName
{
color: #AD1B13;
}
</style>
background-color css
<style>
a { background-color: #AD1B13; }
a { background-color: rgb(173,27,19); }
div.DivClassName
{
background-color: #AD1B13;
}
.BgClassName
{
background-color: #AD1B13;
}
</style>
border-color css
<style>
span { border-color: #AD1B13; }
span { border-color: rgb(173,27,19); }
td.TdClassName
{
border-color: #AD1B13;
}
.TagClassName
{
border-color: #AD1B13;
}
</style>