Shades of Fire Brick #AD231B
Tints of Fire Brick #AD231B
RGB
CMYK
RGB Variations
Color information
#AD231B (or 0xAD231B) is known color: Fire Brick. HEX triplet: AD, 23 and 1B. RGB value is (173,35,27). Sum of RGB (Red+Green+Blue) = 173+35+27=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD231B is #52DCE4. Grayscale: #4B4B4B. Windows color (decimal): -5430501 or 1778605. OLE color: 1778605.
HSL color Cylindrical-coordinate representation of color #AD231B: hue angle of 3.29º 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 #AD231B is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 27 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.32 |
| HSL | 3.29º | 0.73% | 0.39% | - |
| HSV(B) | 3.29º | 0.84% | 0.68% | - |
| XYZ | 18.03 | 10.17 | 2.05 | - |
| YUV | 75.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 27 | 0 | 0.80 | 0.84 | 0.32 | 3.29 | 0.73 | 0.39 |
| Hex | AD | 23 | 1B | 0 | 50 | 54 | 20 | 3 | 49 | 27 |
| Octal | 255 | 43 | 33 | 0 | 120 | 124 | 40 | 3 | 111 | 47 |
| Binary | 10101101 | 100011 | 11011 | 0 | 1010000 | 1010100 | 100000 | 11 | 1001001 | 100111 |
Color Harmonies of #AD231B
Complementary color
Monochromatic Colors of #AD231B
Black with #AD231B
Text Example
Text Example
White with #AD231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD231B; }
p { color: rgb(173,35,27); }
H1.HeaderClassName
{
color: #AD231B;
}
.AnyTagClassName
{
color: #AD231B;
}
</style>
background-color css
<style>
a { background-color: #AD231B; }
a { background-color: rgb(173,35,27); }
div.DivClassName
{
background-color: #AD231B;
}
.BgClassName
{
background-color: #AD231B;
}
</style>
border-color css
<style>
span { border-color: #AD231B; }
span { border-color: rgb(173,35,27); }
td.TdClassName
{
border-color: #AD231B;
}
.TagClassName
{
border-color: #AD231B;
}
</style>