Shades of Fire Brick #B5201D
Tints of Fire Brick #B5201D
RGB
CMYK
RGB Variations
Color information
#B5201D (or 0xB5201D) is known color: Fire Brick. HEX triplet: B5, 20 and 1D. RGB value is (181,32,29). Sum of RGB (Red+Green+Blue) = 181+32+29=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B5201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5201D is #4ADFE2. Grayscale: #4C4C4C. Windows color (decimal): -4906979 or 1908917. OLE color: 1908917.
HSL color Cylindrical-coordinate representation of color #B5201D: hue angle of 1.18º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5201D is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 29 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.29 |
| HSL | 1.18º | 0.72% | 0.41% | - |
| HSV(B) | 1.18º | 0.84% | 0.71% | - |
| XYZ | 19.79 | 10.95 | 2.23 | - |
| YUV | 76.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 29 | 0 | 0.82 | 0.84 | 0.29 | 1.18 | 0.72 | 0.41 |
| Hex | B5 | 20 | 1D | 0 | 52 | 54 | 1D | 1 | 48 | 29 |
| Octal | 265 | 40 | 35 | 0 | 122 | 124 | 35 | 1 | 110 | 51 |
| Binary | 10110101 | 100000 | 11101 | 0 | 1010010 | 1010100 | 11101 | 1 | 1001000 | 101001 |
Color Harmonies of #B5201D
Complementary color
Monochromatic Colors of #B5201D
Black with #B5201D
Text Example
Text Example
White with #B5201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5201D; }
p { color: rgb(181,32,29); }
H1.HeaderClassName
{
color: #B5201D;
}
.AnyTagClassName
{
color: #B5201D;
}
</style>
background-color css
<style>
a { background-color: #B5201D; }
a { background-color: rgb(181,32,29); }
div.DivClassName
{
background-color: #B5201D;
}
.BgClassName
{
background-color: #B5201D;
}
</style>
border-color css
<style>
span { border-color: #B5201D; }
span { border-color: rgb(181,32,29); }
td.TdClassName
{
border-color: #B5201D;
}
.TagClassName
{
border-color: #B5201D;
}
</style>