Shades of Fire Brick #AD231C
Tints of Fire Brick #AD231C
RGB
CMYK
RGB Variations
Color information
#AD231C (or 0xAD231C) is known color: Fire Brick. HEX triplet: AD, 23 and 1C. RGB value is (173,35,28). Sum of RGB (Red+Green+Blue) = 173+35+28=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD231C is #52DCE3. Grayscale: #4B4B4B. Windows color (decimal): -5430500 or 1844141. OLE color: 1844141.
HSL color Cylindrical-coordinate representation of color #AD231C: hue angle of 2.9º 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 #AD231C is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 28 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.32 |
| HSL | 2.9º | 0.72% | 0.39% | - |
| HSV(B) | 2.9º | 0.84% | 0.68% | - |
| XYZ | 18.04 | 10.17 | 2.11 | - |
| YUV | 75.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 28 | 0 | 0.80 | 0.84 | 0.32 | 2.9 | 0.72 | 0.39 |
| Hex | AD | 23 | 1C | 0 | 50 | 54 | 20 | 3 | 48 | 27 |
| Octal | 255 | 43 | 34 | 0 | 120 | 124 | 40 | 3 | 110 | 47 |
| Binary | 10101101 | 100011 | 11100 | 0 | 1010000 | 1010100 | 100000 | 11 | 1001000 | 100111 |
Color Harmonies of #AD231C
Complementary color
Monochromatic Colors of #AD231C
Black with #AD231C
Text Example
Text Example
White with #AD231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD231C; }
p { color: rgb(173,35,28); }
H1.HeaderClassName
{
color: #AD231C;
}
.AnyTagClassName
{
color: #AD231C;
}
</style>
background-color css
<style>
a { background-color: #AD231C; }
a { background-color: rgb(173,35,28); }
div.DivClassName
{
background-color: #AD231C;
}
.BgClassName
{
background-color: #AD231C;
}
</style>
border-color css
<style>
span { border-color: #AD231C; }
span { border-color: rgb(173,35,28); }
td.TdClassName
{
border-color: #AD231C;
}
.TagClassName
{
border-color: #AD231C;
}
</style>