Shades of Fire Brick #B7251D
Tints of Fire Brick #B7251D
RGB
CMYK
RGB Variations
Color information
#B7251D (or 0xB7251D) is known color: Fire Brick. HEX triplet: B7, 25 and 1D. RGB value is (183,37,29). Sum of RGB (Red+Green+Blue) = 183+37+29=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7251D is #48DAE2. Grayscale: #4F4F4F. Windows color (decimal): -4774627 or 1910199. OLE color: 1910199.
HSL color Cylindrical-coordinate representation of color #B7251D: hue angle of 3.12º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7251D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 29 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.28 |
| HSL | 3.12º | 0.73% | 0.42% | - |
| HSV(B) | 3.12º | 0.84% | 0.72% | - |
| XYZ | 20.41 | 11.48 | 2.3 | - |
| YUV | 79.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 29 | 0 | 0.80 | 0.84 | 0.28 | 3.12 | 0.73 | 0.42 |
| Hex | B7 | 25 | 1D | 0 | 50 | 54 | 1C | 3 | 49 | 2A |
| Octal | 267 | 45 | 35 | 0 | 120 | 124 | 34 | 3 | 111 | 52 |
| Binary | 10110111 | 100101 | 11101 | 0 | 1010000 | 1010100 | 11100 | 11 | 1001001 | 101010 |
Color Harmonies of #B7251D
Complementary color
Monochromatic Colors of #B7251D
Black with #B7251D
Text Example
Text Example
White with #B7251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7251D; }
p { color: rgb(183,37,29); }
H1.HeaderClassName
{
color: #B7251D;
}
.AnyTagClassName
{
color: #B7251D;
}
</style>
background-color css
<style>
a { background-color: #B7251D; }
a { background-color: rgb(183,37,29); }
div.DivClassName
{
background-color: #B7251D;
}
.BgClassName
{
background-color: #B7251D;
}
</style>
border-color css
<style>
span { border-color: #B7251D; }
span { border-color: rgb(183,37,29); }
td.TdClassName
{
border-color: #B7251D;
}
.TagClassName
{
border-color: #B7251D;
}
</style>