Shades of Fire Brick #AD281C
Tints of Fire Brick #AD281C
RGB
CMYK
RGB Variations
Color information
#AD281C (or 0xAD281C) is known color: Fire Brick. HEX triplet: AD, 28 and 1C. RGB value is (173,40,28). Sum of RGB (Red+Green+Blue) = 173+40+28=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD281C is #52D7E3. Grayscale: #4E4E4E. Windows color (decimal): -5429220 or 1845421. OLE color: 1845421.
HSL color Cylindrical-coordinate representation of color #AD281C: hue angle of 4.97º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD281C is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 28 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.32 |
| HSL | 4.97º | 0.72% | 0.39% | - |
| HSV(B) | 4.97º | 0.84% | 0.68% | - |
| XYZ | 18.2 | 10.49 | 2.16 | - |
| YUV | 78.4 | 99.56 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 28 | 0 | 0.77 | 0.84 | 0.32 | 4.97 | 0.72 | 0.39 |
| Hex | AD | 28 | 1C | 0 | 4D | 54 | 20 | 5 | 48 | 27 |
| Octal | 255 | 50 | 34 | 0 | 115 | 124 | 40 | 5 | 110 | 47 |
| Binary | 10101101 | 101000 | 11100 | 0 | 1001101 | 1010100 | 100000 | 101 | 1001000 | 100111 |
Color Harmonies of #AD281C
Complementary color
Monochromatic Colors of #AD281C
Black with #AD281C
Text Example
Text Example
White with #AD281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD281C; }
p { color: rgb(173,40,28); }
H1.HeaderClassName
{
color: #AD281C;
}
.AnyTagClassName
{
color: #AD281C;
}
</style>
background-color css
<style>
a { background-color: #AD281C; }
a { background-color: rgb(173,40,28); }
div.DivClassName
{
background-color: #AD281C;
}
.BgClassName
{
background-color: #AD281C;
}
</style>
border-color css
<style>
span { border-color: #AD281C; }
span { border-color: rgb(173,40,28); }
td.TdClassName
{
border-color: #AD281C;
}
.TagClassName
{
border-color: #AD281C;
}
</style>