Shades of Fire Brick #AD1A12
Tints of Fire Brick #AD1A12
RGB
CMYK
RGB Variations
Color information
#AD1A12 (or 0xAD1A12) is known color: Fire Brick. HEX triplet: AD, 1A and 12. RGB value is (173,26,18). Sum of RGB (Red+Green+Blue) = 173+26+18=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A12 is #52E5ED. Grayscale: #454545. Windows color (decimal): -5432814 or 1186477. OLE color: 1186477.
HSL color Cylindrical-coordinate representation of color #AD1A12: hue angle of 3.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1A12 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 18 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.32 |
| HSL | 3.1º | 0.81% | 0.37% | - |
| HSV(B) | 3.1º | 0.9% | 0.68% | - |
| XYZ | 17.71 | 9.67 | 1.5 | - |
| YUV | 69.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 18 | 0 | 0.85 | 0.90 | 0.32 | 3.1 | 0.81 | 0.37 |
| Hex | AD | 1A | 12 | 0 | 55 | 5A | 20 | 3 | 51 | 25 |
| Octal | 255 | 32 | 22 | 0 | 125 | 132 | 40 | 3 | 121 | 45 |
| Binary | 10101101 | 11010 | 10010 | 0 | 1010101 | 1011010 | 100000 | 11 | 1010001 | 100101 |
Color Harmonies of #AD1A12
Complementary color
Monochromatic Colors of #AD1A12
Black with #AD1A12
Text Example
Text Example
White with #AD1A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A12; }
p { color: rgb(173,26,18); }
H1.HeaderClassName
{
color: #AD1A12;
}
.AnyTagClassName
{
color: #AD1A12;
}
</style>
background-color css
<style>
a { background-color: #AD1A12; }
a { background-color: rgb(173,26,18); }
div.DivClassName
{
background-color: #AD1A12;
}
.BgClassName
{
background-color: #AD1A12;
}
</style>
border-color css
<style>
span { border-color: #AD1A12; }
span { border-color: rgb(173,26,18); }
td.TdClassName
{
border-color: #AD1A12;
}
.TagClassName
{
border-color: #AD1A12;
}
</style>