Shades of Fire Brick #B52208
Tints of Fire Brick #B52208
RGB
CMYK
RGB Variations
Color information
#B52208 (or 0xB52208) is known color: Fire Brick. HEX triplet: B5, 22 and 08. RGB value is (181,34,8). Sum of RGB (Red+Green+Blue) = 181+34+8=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B52208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52208 is #4ADDF7. Grayscale: #4B4B4B. Windows color (decimal): -4906488 or 533173. OLE color: 533173.
HSL color Cylindrical-coordinate representation of color #B52208: hue angle of 9.02º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B52208 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 8 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.29 |
| HSL | 9.02º | 0.92% | 0.37% | - |
| HSV(B) | 9.02º | 0.96% | 0.71% | - |
| XYZ | 19.67 | 10.99 | 1.31 | - |
| YUV | 74.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 8 | 0 | 0.81 | 0.96 | 0.29 | 9.02 | 0.92 | 0.37 |
| Hex | B5 | 22 | 8 | 0 | 51 | 60 | 1D | 9 | 5C | 25 |
| Octal | 265 | 42 | 10 | 0 | 121 | 140 | 35 | 11 | 134 | 45 |
| Binary | 10110101 | 100010 | 1000 | 0 | 1010001 | 1100000 | 11101 | 1001 | 1011100 | 100101 |
Color Harmonies of #B52208
Complementary color
Monochromatic Colors of #B52208
Black with #B52208
Text Example
Text Example
White with #B52208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52208; }
p { color: rgb(181,34,8); }
H1.HeaderClassName
{
color: #B52208;
}
.AnyTagClassName
{
color: #B52208;
}
</style>
background-color css
<style>
a { background-color: #B52208; }
a { background-color: rgb(181,34,8); }
div.DivClassName
{
background-color: #B52208;
}
.BgClassName
{
background-color: #B52208;
}
</style>
border-color css
<style>
span { border-color: #B52208; }
span { border-color: rgb(181,34,8); }
td.TdClassName
{
border-color: #B52208;
}
.TagClassName
{
border-color: #B52208;
}
</style>