Shades of Fire Brick #AD331B
Tints of Fire Brick #AD331B
RGB
CMYK
RGB Variations
Color information
#AD331B (or 0xAD331B) is known color: Fire Brick. HEX triplet: AD, 33 and 1B. RGB value is (173,51,27). Sum of RGB (Red+Green+Blue) = 173+51+27=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD331B is #52CCE4. Grayscale: #545454. Windows color (decimal): -5426405 or 1782701. OLE color: 1782701.
HSL color Cylindrical-coordinate representation of color #AD331B: hue angle of 9.86º 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 #AD331B is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 27 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.32 |
| HSL | 9.86º | 0.73% | 0.39% | - |
| HSV(B) | 9.86º | 0.84% | 0.68% | - |
| XYZ | 18.62 | 11.33 | 2.24 | - |
| YUV | 84.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 27 | 0 | 0.71 | 0.84 | 0.32 | 9.86 | 0.73 | 0.39 |
| Hex | AD | 33 | 1B | 0 | 47 | 54 | 20 | A | 49 | 27 |
| Octal | 255 | 63 | 33 | 0 | 107 | 124 | 40 | 12 | 111 | 47 |
| Binary | 10101101 | 110011 | 11011 | 0 | 1000111 | 1010100 | 100000 | 1010 | 1001001 | 100111 |
Color Harmonies of #AD331B
Complementary color
Monochromatic Colors of #AD331B
Black with #AD331B
Text Example
Text Example
White with #AD331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD331B; }
p { color: rgb(173,51,27); }
H1.HeaderClassName
{
color: #AD331B;
}
.AnyTagClassName
{
color: #AD331B;
}
</style>
background-color css
<style>
a { background-color: #AD331B; }
a { background-color: rgb(173,51,27); }
div.DivClassName
{
background-color: #AD331B;
}
.BgClassName
{
background-color: #AD331B;
}
</style>
border-color css
<style>
span { border-color: #AD331B; }
span { border-color: rgb(173,51,27); }
td.TdClassName
{
border-color: #AD331B;
}
.TagClassName
{
border-color: #AD331B;
}
</style>