Shades of Fire Brick #B5200F
Tints of Fire Brick #B5200F
RGB
CMYK
RGB Variations
Color information
#B5200F (or 0xB5200F) is known color: Fire Brick. HEX triplet: B5, 20 and 0F. RGB value is (181,32,15). Sum of RGB (Red+Green+Blue) = 181+32+15=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B5200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5200F is #4ADFF0. Grayscale: #4A4A4A. Windows color (decimal): -4906993 or 991413. OLE color: 991413.
HSL color Cylindrical-coordinate representation of color #B5200F: hue angle of 6.14º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5200F is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 15 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.29 |
| HSL | 6.14º | 0.85% | 0.38% | - |
| HSV(B) | 6.14º | 0.92% | 0.71% | - |
| XYZ | 19.66 | 10.89 | 1.52 | - |
| YUV | 74.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 15 | 0 | 0.82 | 0.92 | 0.29 | 6.14 | 0.85 | 0.38 |
| Hex | B5 | 20 | F | 0 | 52 | 5C | 1D | 6 | 55 | 26 |
| Octal | 265 | 40 | 17 | 0 | 122 | 134 | 35 | 6 | 125 | 46 |
| Binary | 10110101 | 100000 | 1111 | 0 | 1010010 | 1011100 | 11101 | 110 | 1010101 | 100110 |
Color Harmonies of #B5200F
Complementary color
Monochromatic Colors of #B5200F
Black with #B5200F
Text Example
Text Example
White with #B5200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5200F; }
p { color: rgb(181,32,15); }
H1.HeaderClassName
{
color: #B5200F;
}
.AnyTagClassName
{
color: #B5200F;
}
</style>
background-color css
<style>
a { background-color: #B5200F; }
a { background-color: rgb(181,32,15); }
div.DivClassName
{
background-color: #B5200F;
}
.BgClassName
{
background-color: #B5200F;
}
</style>
border-color css
<style>
span { border-color: #B5200F; }
span { border-color: rgb(181,32,15); }
td.TdClassName
{
border-color: #B5200F;
}
.TagClassName
{
border-color: #B5200F;
}
</style>