Shades of Fire Brick #B5200A
Tints of Fire Brick #B5200A
RGB
CMYK
RGB Variations
Color information
#B5200A (or 0xB5200A) is known color: Fire Brick. HEX triplet: B5, 20 and 0A. RGB value is (181,32,10). Sum of RGB (Red+Green+Blue) = 181+32+10=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B5200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5200A is #4ADFF5. Grayscale: #4A4A4A. Windows color (decimal): -4906998 or 663733. OLE color: 663733.
HSL color Cylindrical-coordinate representation of color #B5200A: hue angle of 7.72º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5200A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.29 |
| HSL | 7.72º | 0.9% | 0.37% | - |
| HSV(B) | 7.72º | 0.94% | 0.71% | - |
| XYZ | 19.63 | 10.88 | 1.35 | - |
| YUV | 74.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 10 | 0 | 0.82 | 0.94 | 0.29 | 7.72 | 0.9 | 0.37 |
| Hex | B5 | 20 | A | 0 | 52 | 5E | 1D | 8 | 5A | 25 |
| Octal | 265 | 40 | 12 | 0 | 122 | 136 | 35 | 10 | 132 | 45 |
| Binary | 10110101 | 100000 | 1010 | 0 | 1010010 | 1011110 | 11101 | 1000 | 1011010 | 100101 |
Color Harmonies of #B5200A
Complementary color
Monochromatic Colors of #B5200A
Black with #B5200A
Text Example
Text Example
White with #B5200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5200A; }
p { color: rgb(181,32,10); }
H1.HeaderClassName
{
color: #B5200A;
}
.AnyTagClassName
{
color: #B5200A;
}
</style>
background-color css
<style>
a { background-color: #B5200A; }
a { background-color: rgb(181,32,10); }
div.DivClassName
{
background-color: #B5200A;
}
.BgClassName
{
background-color: #B5200A;
}
</style>
border-color css
<style>
span { border-color: #B5200A; }
span { border-color: rgb(181,32,10); }
td.TdClassName
{
border-color: #B5200A;
}
.TagClassName
{
border-color: #B5200A;
}
</style>