Shades of Fire Brick #B5241B
Tints of Fire Brick #B5241B
RGB
CMYK
RGB Variations
Color information
#B5241B (or 0xB5241B) is known color: Fire Brick. HEX triplet: B5, 24 and 1B. RGB value is (181,36,27). Sum of RGB (Red+Green+Blue) = 181+36+27=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5241B is #4ADBE4. Grayscale: #4E4E4E. Windows color (decimal): -4905957 or 1778869. OLE color: 1778869.
HSL color Cylindrical-coordinate representation of color #B5241B: hue angle of 3.51º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5241B is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 27 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.29 |
| HSL | 3.51º | 0.74% | 0.41% | - |
| HSV(B) | 3.51º | 0.85% | 0.71% | - |
| XYZ | 19.88 | 11.16 | 2.14 | - |
| YUV | 78.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 27 | 0 | 0.80 | 0.85 | 0.29 | 3.51 | 0.74 | 0.41 |
| Hex | B5 | 24 | 1B | 0 | 50 | 55 | 1D | 4 | 4A | 29 |
| Octal | 265 | 44 | 33 | 0 | 120 | 125 | 35 | 4 | 112 | 51 |
| Binary | 10110101 | 100100 | 11011 | 0 | 1010000 | 1010101 | 11101 | 100 | 1001010 | 101001 |
Color Harmonies of #B5241B
Complementary color
Monochromatic Colors of #B5241B
Black with #B5241B
Text Example
Text Example
White with #B5241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5241B; }
p { color: rgb(181,36,27); }
H1.HeaderClassName
{
color: #B5241B;
}
.AnyTagClassName
{
color: #B5241B;
}
</style>
background-color css
<style>
a { background-color: #B5241B; }
a { background-color: rgb(181,36,27); }
div.DivClassName
{
background-color: #B5241B;
}
.BgClassName
{
background-color: #B5241B;
}
</style>
border-color css
<style>
span { border-color: #B5241B; }
span { border-color: rgb(181,36,27); }
td.TdClassName
{
border-color: #B5241B;
}
.TagClassName
{
border-color: #B5241B;
}
</style>