Shades of Fire Brick #B5241D
Tints of Fire Brick #B5241D
RGB
CMYK
RGB Variations
Color information
#B5241D (or 0xB5241D) is known color: Fire Brick. HEX triplet: B5, 24 and 1D. RGB value is (181,36,29). Sum of RGB (Red+Green+Blue) = 181+36+29=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5241D is #4ADBE2. Grayscale: #4E4E4E. Windows color (decimal): -4905955 or 1909941. OLE color: 1909941.
HSL color Cylindrical-coordinate representation of color #B5241D: hue angle of 2.76º 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 #B5241D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 29 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.29 |
| HSL | 2.76º | 0.72% | 0.41% | - |
| HSV(B) | 2.76º | 0.84% | 0.71% | - |
| XYZ | 19.91 | 11.17 | 2.27 | - |
| YUV | 78.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 29 | 0 | 0.80 | 0.84 | 0.29 | 2.76 | 0.72 | 0.41 |
| Hex | B5 | 24 | 1D | 0 | 50 | 54 | 1D | 3 | 48 | 29 |
| Octal | 265 | 44 | 35 | 0 | 120 | 124 | 35 | 3 | 110 | 51 |
| Binary | 10110101 | 100100 | 11101 | 0 | 1010000 | 1010100 | 11101 | 11 | 1001000 | 101001 |
Color Harmonies of #B5241D
Complementary color
Monochromatic Colors of #B5241D
Black with #B5241D
Text Example
Text Example
White with #B5241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5241D; }
p { color: rgb(181,36,29); }
H1.HeaderClassName
{
color: #B5241D;
}
.AnyTagClassName
{
color: #B5241D;
}
</style>
background-color css
<style>
a { background-color: #B5241D; }
a { background-color: rgb(181,36,29); }
div.DivClassName
{
background-color: #B5241D;
}
.BgClassName
{
background-color: #B5241D;
}
</style>
border-color css
<style>
span { border-color: #B5241D; }
span { border-color: rgb(181,36,29); }
td.TdClassName
{
border-color: #B5241D;
}
.TagClassName
{
border-color: #B5241D;
}
</style>