Shades of Fire Brick #B7251B
Tints of Fire Brick #B7251B
RGB
CMYK
RGB Variations
Color information
#B7251B (or 0xB7251B) is known color: Fire Brick. HEX triplet: B7, 25 and 1B. RGB value is (183,37,27). Sum of RGB (Red+Green+Blue) = 183+37+27=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7251B is #48DAE4. Grayscale: #4F4F4F. Windows color (decimal): -4774629 or 1779127. OLE color: 1779127.
HSL color Cylindrical-coordinate representation of color #B7251B: hue angle of 3.85º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7251B is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 27 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.28 |
| HSL | 3.85º | 0.74% | 0.41% | - |
| HSV(B) | 3.85º | 0.85% | 0.72% | - |
| XYZ | 20.39 | 11.47 | 2.18 | - |
| YUV | 79.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 27 | 0 | 0.80 | 0.85 | 0.28 | 3.85 | 0.74 | 0.41 |
| Hex | B7 | 25 | 1B | 0 | 50 | 55 | 1C | 4 | 4A | 29 |
| Octal | 267 | 45 | 33 | 0 | 120 | 125 | 34 | 4 | 112 | 51 |
| Binary | 10110111 | 100101 | 11011 | 0 | 1010000 | 1010101 | 11100 | 100 | 1001010 | 101001 |
Color Harmonies of #B7251B
Complementary color
Monochromatic Colors of #B7251B
Black with #B7251B
Text Example
Text Example
White with #B7251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7251B; }
p { color: rgb(183,37,27); }
H1.HeaderClassName
{
color: #B7251B;
}
.AnyTagClassName
{
color: #B7251B;
}
</style>
background-color css
<style>
a { background-color: #B7251B; }
a { background-color: rgb(183,37,27); }
div.DivClassName
{
background-color: #B7251B;
}
.BgClassName
{
background-color: #B7251B;
}
</style>
border-color css
<style>
span { border-color: #B7251B; }
span { border-color: rgb(183,37,27); }
td.TdClassName
{
border-color: #B7251B;
}
.TagClassName
{
border-color: #B7251B;
}
</style>