Shades of Fire Brick #B5250D
Tints of Fire Brick #B5250D
RGB
CMYK
RGB Variations
Color information
#B5250D (or 0xB5250D) is known color: Fire Brick. HEX triplet: B5, 25 and 0D. RGB value is (181,37,13). Sum of RGB (Red+Green+Blue) = 181+37+13=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5250D is #4ADAF2. Grayscale: #4D4D4D. Windows color (decimal): -4905715 or 861621. OLE color: 861621.
HSL color Cylindrical-coordinate representation of color #B5250D: hue angle of 8.57º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5250D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.29 |
| HSL | 8.57º | 0.87% | 0.38% | - |
| HSV(B) | 8.57º | 0.93% | 0.71% | - |
| XYZ | 19.79 | 11.18 | 1.49 | - |
| YUV | 77.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 13 | 0 | 0.80 | 0.93 | 0.29 | 8.57 | 0.87 | 0.38 |
| Hex | B5 | 25 | D | 0 | 50 | 5D | 1D | 9 | 57 | 26 |
| Octal | 265 | 45 | 15 | 0 | 120 | 135 | 35 | 11 | 127 | 46 |
| Binary | 10110101 | 100101 | 1101 | 0 | 1010000 | 1011101 | 11101 | 1001 | 1010111 | 100110 |
Color Harmonies of #B5250D
Complementary color
Monochromatic Colors of #B5250D
Black with #B5250D
Text Example
Text Example
White with #B5250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5250D; }
p { color: rgb(181,37,13); }
H1.HeaderClassName
{
color: #B5250D;
}
.AnyTagClassName
{
color: #B5250D;
}
</style>
background-color css
<style>
a { background-color: #B5250D; }
a { background-color: rgb(181,37,13); }
div.DivClassName
{
background-color: #B5250D;
}
.BgClassName
{
background-color: #B5250D;
}
</style>
border-color css
<style>
span { border-color: #B5250D; }
span { border-color: rgb(181,37,13); }
td.TdClassName
{
border-color: #B5250D;
}
.TagClassName
{
border-color: #B5250D;
}
</style>