Shades of Fire Brick #B5241C
Tints of Fire Brick #B5241C
RGB
CMYK
RGB Variations
Color information
#B5241C (or 0xB5241C) is known color: Fire Brick. HEX triplet: B5, 24 and 1C. RGB value is (181,36,28). Sum of RGB (Red+Green+Blue) = 181+36+28=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5241C is #4ADBE3. Grayscale: #4E4E4E. Windows color (decimal): -4905956 or 1844405. OLE color: 1844405.
HSL color Cylindrical-coordinate representation of color #B5241C: hue angle of 3.14º degrees, saturation: 0.73, 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 #B5241C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 28 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.29 |
| HSL | 3.14º | 0.73% | 0.41% | - |
| HSV(B) | 3.14º | 0.85% | 0.71% | - |
| XYZ | 19.9 | 11.17 | 2.21 | - |
| YUV | 78.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 28 | 0 | 0.80 | 0.85 | 0.29 | 3.14 | 0.73 | 0.41 |
| Hex | B5 | 24 | 1C | 0 | 50 | 55 | 1D | 3 | 49 | 29 |
| Octal | 265 | 44 | 34 | 0 | 120 | 125 | 35 | 3 | 111 | 51 |
| Binary | 10110101 | 100100 | 11100 | 0 | 1010000 | 1010101 | 11101 | 11 | 1001001 | 101001 |
Color Harmonies of #B5241C
Complementary color
Monochromatic Colors of #B5241C
Black with #B5241C
Text Example
Text Example
White with #B5241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5241C; }
p { color: rgb(181,36,28); }
H1.HeaderClassName
{
color: #B5241C;
}
.AnyTagClassName
{
color: #B5241C;
}
</style>
background-color css
<style>
a { background-color: #B5241C; }
a { background-color: rgb(181,36,28); }
div.DivClassName
{
background-color: #B5241C;
}
.BgClassName
{
background-color: #B5241C;
}
</style>
border-color css
<style>
span { border-color: #B5241C; }
span { border-color: rgb(181,36,28); }
td.TdClassName
{
border-color: #B5241C;
}
.TagClassName
{
border-color: #B5241C;
}
</style>