Shades of Fire Brick #B5200D
Tints of Fire Brick #B5200D
RGB
CMYK
RGB Variations
Color information
#B5200D (or 0xB5200D) is known color: Fire Brick. HEX triplet: B5, 20 and 0D. RGB value is (181,32,13). Sum of RGB (Red+Green+Blue) = 181+32+13=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B5200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5200D is #4ADFF2. Grayscale: #4A4A4A. Windows color (decimal): -4906995 or 860341. OLE color: 860341.
HSL color Cylindrical-coordinate representation of color #B5200D: hue angle of 6.79º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5200D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.29 |
| HSL | 6.79º | 0.87% | 0.38% | - |
| HSV(B) | 6.79º | 0.93% | 0.71% | - |
| XYZ | 19.65 | 10.89 | 1.45 | - |
| YUV | 74.39 | 93.36 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 13 | 0 | 0.82 | 0.93 | 0.29 | 6.79 | 0.87 | 0.38 |
| Hex | B5 | 20 | D | 0 | 52 | 5D | 1D | 7 | 57 | 26 |
| Octal | 265 | 40 | 15 | 0 | 122 | 135 | 35 | 7 | 127 | 46 |
| Binary | 10110101 | 100000 | 1101 | 0 | 1010010 | 1011101 | 11101 | 111 | 1010111 | 100110 |
Color Harmonies of #B5200D
Complementary color
Monochromatic Colors of #B5200D
Black with #B5200D
Text Example
Text Example
White with #B5200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5200D; }
p { color: rgb(181,32,13); }
H1.HeaderClassName
{
color: #B5200D;
}
.AnyTagClassName
{
color: #B5200D;
}
</style>
background-color css
<style>
a { background-color: #B5200D; }
a { background-color: rgb(181,32,13); }
div.DivClassName
{
background-color: #B5200D;
}
.BgClassName
{
background-color: #B5200D;
}
</style>
border-color css
<style>
span { border-color: #B5200D; }
span { border-color: rgb(181,32,13); }
td.TdClassName
{
border-color: #B5200D;
}
.TagClassName
{
border-color: #B5200D;
}
</style>