Shades of Fire Brick #B5251B
Tints of Fire Brick #B5251B
RGB
CMYK
RGB Variations
Color information
#B5251B (or 0xB5251B) is known color: Fire Brick. HEX triplet: B5, 25 and 1B. RGB value is (181,37,27). Sum of RGB (Red+Green+Blue) = 181+37+27=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5251B is #4ADAE4. Grayscale: #4F4F4F. Windows color (decimal): -4905701 or 1779125. OLE color: 1779125.
HSL color Cylindrical-coordinate representation of color #B5251B: hue angle of 3.9º 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 #B5251B is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 27 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.29 |
| HSL | 3.9º | 0.74% | 0.41% | - |
| HSV(B) | 3.9º | 0.85% | 0.71% | - |
| XYZ | 19.92 | 11.23 | 2.15 | - |
| YUV | 78.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 27 | 0 | 0.80 | 0.85 | 0.29 | 3.9 | 0.74 | 0.41 |
| Hex | B5 | 25 | 1B | 0 | 50 | 55 | 1D | 4 | 4A | 29 |
| Octal | 265 | 45 | 33 | 0 | 120 | 125 | 35 | 4 | 112 | 51 |
| Binary | 10110101 | 100101 | 11011 | 0 | 1010000 | 1010101 | 11101 | 100 | 1001010 | 101001 |
Color Harmonies of #B5251B
Complementary color
Monochromatic Colors of #B5251B
Black with #B5251B
Text Example
Text Example
White with #B5251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5251B; }
p { color: rgb(181,37,27); }
H1.HeaderClassName
{
color: #B5251B;
}
.AnyTagClassName
{
color: #B5251B;
}
</style>
background-color css
<style>
a { background-color: #B5251B; }
a { background-color: rgb(181,37,27); }
div.DivClassName
{
background-color: #B5251B;
}
.BgClassName
{
background-color: #B5251B;
}
</style>
border-color css
<style>
span { border-color: #B5251B; }
span { border-color: rgb(181,37,27); }
td.TdClassName
{
border-color: #B5251B;
}
.TagClassName
{
border-color: #B5251B;
}
</style>