Shades of Fire Brick #AD241B
Tints of Fire Brick #AD241B
RGB
CMYK
RGB Variations
Color information
#AD241B (or 0xAD241B) is known color: Fire Brick. HEX triplet: AD, 24 and 1B. RGB value is (173,36,27). Sum of RGB (Red+Green+Blue) = 173+36+27=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD241B is #52DBE4. Grayscale: #4C4C4C. Windows color (decimal): -5430245 or 1778861. OLE color: 1778861.
HSL color Cylindrical-coordinate representation of color #AD241B: hue angle of 3.7º degrees, saturation: 0.73, 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 #AD241B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 27 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.32 |
| HSL | 3.7º | 0.73% | 0.39% | - |
| HSV(B) | 3.7º | 0.84% | 0.68% | - |
| XYZ | 18.06 | 10.23 | 2.06 | - |
| YUV | 75.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 27 | 0 | 0.79 | 0.84 | 0.32 | 3.7 | 0.73 | 0.39 |
| Hex | AD | 24 | 1B | 0 | 4F | 54 | 20 | 4 | 49 | 27 |
| Octal | 255 | 44 | 33 | 0 | 117 | 124 | 40 | 4 | 111 | 47 |
| Binary | 10101101 | 100100 | 11011 | 0 | 1001111 | 1010100 | 100000 | 100 | 1001001 | 100111 |
Color Harmonies of #AD241B
Complementary color
Monochromatic Colors of #AD241B
Black with #AD241B
Text Example
Text Example
White with #AD241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD241B; }
p { color: rgb(173,36,27); }
H1.HeaderClassName
{
color: #AD241B;
}
.AnyTagClassName
{
color: #AD241B;
}
</style>
background-color css
<style>
a { background-color: #AD241B; }
a { background-color: rgb(173,36,27); }
div.DivClassName
{
background-color: #AD241B;
}
.BgClassName
{
background-color: #AD241B;
}
</style>
border-color css
<style>
span { border-color: #AD241B; }
span { border-color: rgb(173,36,27); }
td.TdClassName
{
border-color: #AD241B;
}
.TagClassName
{
border-color: #AD241B;
}
</style>