Shades of Fire Brick #B5251C
Tints of Fire Brick #B5251C
RGB
CMYK
RGB Variations
Color information
#B5251C (or 0xB5251C) is known color: Fire Brick. HEX triplet: B5, 25 and 1C. RGB value is (181,37,28). Sum of RGB (Red+Green+Blue) = 181+37+28=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5251C is #4ADAE3. Grayscale: #4F4F4F. Windows color (decimal): -4905700 or 1844661. OLE color: 1844661.
HSL color Cylindrical-coordinate representation of color #B5251C: hue angle of 3.53º 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 #B5251C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 28 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.29 |
| HSL | 3.53º | 0.73% | 0.41% | - |
| HSV(B) | 3.53º | 0.85% | 0.71% | - |
| XYZ | 19.93 | 11.23 | 2.22 | - |
| YUV | 79.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 28 | 0 | 0.80 | 0.85 | 0.29 | 3.53 | 0.73 | 0.41 |
| Hex | B5 | 25 | 1C | 0 | 50 | 55 | 1D | 4 | 49 | 29 |
| Octal | 265 | 45 | 34 | 0 | 120 | 125 | 35 | 4 | 111 | 51 |
| Binary | 10110101 | 100101 | 11100 | 0 | 1010000 | 1010101 | 11101 | 100 | 1001001 | 101001 |
Color Harmonies of #B5251C
Complementary color
Monochromatic Colors of #B5251C
Black with #B5251C
Text Example
Text Example
White with #B5251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5251C; }
p { color: rgb(181,37,28); }
H1.HeaderClassName
{
color: #B5251C;
}
.AnyTagClassName
{
color: #B5251C;
}
</style>
background-color css
<style>
a { background-color: #B5251C; }
a { background-color: rgb(181,37,28); }
div.DivClassName
{
background-color: #B5251C;
}
.BgClassName
{
background-color: #B5251C;
}
</style>
border-color css
<style>
span { border-color: #B5251C; }
span { border-color: rgb(181,37,28); }
td.TdClassName
{
border-color: #B5251C;
}
.TagClassName
{
border-color: #B5251C;
}
</style>