Shades of Fire Brick #AD1A0C
Tints of Fire Brick #AD1A0C
RGB
CMYK
RGB Variations
Color information
#AD1A0C (or 0xAD1A0C) is known color: Fire Brick. HEX triplet: AD, 1A and 0C. RGB value is (173,26,12). Sum of RGB (Red+Green+Blue) = 173+26+12=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A0C is #52E5F3. Grayscale: #444444. Windows color (decimal): -5432820 or 793261. OLE color: 793261.
HSL color Cylindrical-coordinate representation of color #AD1A0C: hue angle of 5.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD1A0C is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 12 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.32 |
| HSL | 5.22º | 0.87% | 0.36% | - |
| HSV(B) | 5.22º | 0.93% | 0.68% | - |
| XYZ | 17.67 | 9.65 | 1.28 | - |
| YUV | 68.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 12 | 0 | 0.85 | 0.93 | 0.32 | 5.22 | 0.87 | 0.36 |
| Hex | AD | 1A | C | 0 | 55 | 5D | 20 | 5 | 57 | 24 |
| Octal | 255 | 32 | 14 | 0 | 125 | 135 | 40 | 5 | 127 | 44 |
| Binary | 10101101 | 11010 | 1100 | 0 | 1010101 | 1011101 | 100000 | 101 | 1010111 | 100100 |
Color Harmonies of #AD1A0C
Complementary color
Monochromatic Colors of #AD1A0C
Black with #AD1A0C
Text Example
Text Example
White with #AD1A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A0C; }
p { color: rgb(173,26,12); }
H1.HeaderClassName
{
color: #AD1A0C;
}
.AnyTagClassName
{
color: #AD1A0C;
}
</style>
background-color css
<style>
a { background-color: #AD1A0C; }
a { background-color: rgb(173,26,12); }
div.DivClassName
{
background-color: #AD1A0C;
}
.BgClassName
{
background-color: #AD1A0C;
}
</style>
border-color css
<style>
span { border-color: #AD1A0C; }
span { border-color: rgb(173,26,12); }
td.TdClassName
{
border-color: #AD1A0C;
}
.TagClassName
{
border-color: #AD1A0C;
}
</style>