Shades of Fire Brick #B7241B
Tints of Fire Brick #B7241B
RGB
CMYK
RGB Variations
Color information
#B7241B (or 0xB7241B) is known color: Fire Brick. HEX triplet: B7, 24 and 1B. RGB value is (183,36,27). Sum of RGB (Red+Green+Blue) = 183+36+27=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7241B is #48DBE4. Grayscale: #4F4F4F. Windows color (decimal): -4774885 or 1778871. OLE color: 1778871.
HSL color Cylindrical-coordinate representation of color #B7241B: hue angle of 3.46º 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 #B7241B is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 27 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.28 |
| HSL | 3.46º | 0.74% | 0.41% | - |
| HSV(B) | 3.46º | 0.85% | 0.72% | - |
| XYZ | 20.36 | 11.41 | 2.17 | - |
| YUV | 78.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 27 | 0 | 0.80 | 0.85 | 0.28 | 3.46 | 0.74 | 0.41 |
| Hex | B7 | 24 | 1B | 0 | 50 | 55 | 1C | 3 | 4A | 29 |
| Octal | 267 | 44 | 33 | 0 | 120 | 125 | 34 | 3 | 112 | 51 |
| Binary | 10110111 | 100100 | 11011 | 0 | 1010000 | 1010101 | 11100 | 11 | 1001010 | 101001 |
Color Harmonies of #B7241B
Complementary color
Monochromatic Colors of #B7241B
Black with #B7241B
Text Example
Text Example
White with #B7241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7241B; }
p { color: rgb(183,36,27); }
H1.HeaderClassName
{
color: #B7241B;
}
.AnyTagClassName
{
color: #B7241B;
}
</style>
background-color css
<style>
a { background-color: #B7241B; }
a { background-color: rgb(183,36,27); }
div.DivClassName
{
background-color: #B7241B;
}
.BgClassName
{
background-color: #B7241B;
}
</style>
border-color css
<style>
span { border-color: #B7241B; }
span { border-color: rgb(183,36,27); }
td.TdClassName
{
border-color: #B7241B;
}
.TagClassName
{
border-color: #B7241B;
}
</style>