Shades of Fire Brick #B7271C
Tints of Fire Brick #B7271C
RGB
CMYK
RGB Variations
Color information
#B7271C (or 0xB7271C) is known color: Fire Brick. HEX triplet: B7, 27 and 1C. RGB value is (183,39,28). Sum of RGB (Red+Green+Blue) = 183+39+28=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B7271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7271C is #48D8E3. Grayscale: #505050. Windows color (decimal): -4774116 or 1845175. OLE color: 1845175.
HSL color Cylindrical-coordinate representation of color #B7271C: hue angle of 4.26º degrees, saturation: 0.73, 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 #B7271C is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 28 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.28 |
| HSL | 4.26º | 0.73% | 0.41% | - |
| HSV(B) | 4.26º | 0.85% | 0.72% | - |
| XYZ | 20.46 | 11.6 | 2.26 | - |
| YUV | 80.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 28 | 0 | 0.79 | 0.85 | 0.28 | 4.26 | 0.73 | 0.41 |
| Hex | B7 | 27 | 1C | 0 | 4F | 55 | 1C | 4 | 49 | 29 |
| Octal | 267 | 47 | 34 | 0 | 117 | 125 | 34 | 4 | 111 | 51 |
| Binary | 10110111 | 100111 | 11100 | 0 | 1001111 | 1010101 | 11100 | 100 | 1001001 | 101001 |
Color Harmonies of #B7271C
Complementary color
Monochromatic Colors of #B7271C
Black with #B7271C
Text Example
Text Example
White with #B7271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7271C; }
p { color: rgb(183,39,28); }
H1.HeaderClassName
{
color: #B7271C;
}
.AnyTagClassName
{
color: #B7271C;
}
</style>
background-color css
<style>
a { background-color: #B7271C; }
a { background-color: rgb(183,39,28); }
div.DivClassName
{
background-color: #B7271C;
}
.BgClassName
{
background-color: #B7271C;
}
</style>
border-color css
<style>
span { border-color: #B7271C; }
span { border-color: rgb(183,39,28); }
td.TdClassName
{
border-color: #B7271C;
}
.TagClassName
{
border-color: #B7271C;
}
</style>