Shades of Fire Brick #B51E07
Tints of Fire Brick #B51E07
RGB
CMYK
RGB Variations
Color information
#B51E07 (or 0xB51E07) is known color: Fire Brick. HEX triplet: B5, 1E and 07. RGB value is (181,30,7). Sum of RGB (Red+Green+Blue) = 181+30+7=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51E07 is #4AE1F8. Grayscale: #484848. Windows color (decimal): -4907513 or 466613. OLE color: 466613.
HSL color Cylindrical-coordinate representation of color #B51E07: hue angle of 7.93º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B51E07 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 30 | 7 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.29 |
| HSL | 7.93º | 0.93% | 0.37% | - |
| HSV(B) | 7.93º | 0.96% | 0.71% | - |
| XYZ | 19.56 | 10.77 | 1.25 | - |
| YUV | 72.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 7 | 0 | 0.83 | 0.96 | 0.29 | 7.93 | 0.93 | 0.37 |
| Hex | B5 | 1E | 7 | 0 | 53 | 60 | 1D | 8 | 5D | 25 |
| Octal | 265 | 36 | 7 | 0 | 123 | 140 | 35 | 10 | 135 | 45 |
| Binary | 10110101 | 11110 | 111 | 0 | 1010011 | 1100000 | 11101 | 1000 | 1011101 | 100101 |
Color Harmonies of #B51E07
Complementary color
Monochromatic Colors of #B51E07
Black with #B51E07
Text Example
Text Example
White with #B51E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51E07; }
p { color: rgb(181,30,7); }
H1.HeaderClassName
{
color: #B51E07;
}
.AnyTagClassName
{
color: #B51E07;
}
</style>
background-color css
<style>
a { background-color: #B51E07; }
a { background-color: rgb(181,30,7); }
div.DivClassName
{
background-color: #B51E07;
}
.BgClassName
{
background-color: #B51E07;
}
</style>
border-color css
<style>
span { border-color: #B51E07; }
span { border-color: rgb(181,30,7); }
td.TdClassName
{
border-color: #B51E07;
}
.TagClassName
{
border-color: #B51E07;
}
</style>