Shades of Fire Brick #B71E16
Tints of Fire Brick #B71E16
RGB
CMYK
RGB Variations
Color information
#B71E16 (or 0xB71E16) is known color: Fire Brick. HEX triplet: B7, 1E and 16. RGB value is (183,30,22). Sum of RGB (Red+Green+Blue) = 183+30+22=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71E16 is #48E1E9. Grayscale: #4B4B4B. Windows color (decimal): -4776426 or 1449655. OLE color: 1449655.
HSL color Cylindrical-coordinate representation of color #B71E16: hue angle of 2.98º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71E16 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 22 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.28 |
| HSL | 2.98º | 0.79% | 0.4% | - |
| HSV(B) | 2.98º | 0.88% | 0.72% | - |
| XYZ | 20.14 | 11.05 | 1.83 | - |
| YUV | 74.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 22 | 0 | 0.84 | 0.88 | 0.28 | 2.98 | 0.79 | 0.4 |
| Hex | B7 | 1E | 16 | 0 | 54 | 58 | 1C | 3 | 4F | 28 |
| Octal | 267 | 36 | 26 | 0 | 124 | 130 | 34 | 3 | 117 | 50 |
| Binary | 10110111 | 11110 | 10110 | 0 | 1010100 | 1011000 | 11100 | 11 | 1001111 | 101000 |
Color Harmonies of #B71E16
Complementary color
Monochromatic Colors of #B71E16
Black with #B71E16
Text Example
Text Example
White with #B71E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E16; }
p { color: rgb(183,30,22); }
H1.HeaderClassName
{
color: #B71E16;
}
.AnyTagClassName
{
color: #B71E16;
}
</style>
background-color css
<style>
a { background-color: #B71E16; }
a { background-color: rgb(183,30,22); }
div.DivClassName
{
background-color: #B71E16;
}
.BgClassName
{
background-color: #B71E16;
}
</style>
border-color css
<style>
span { border-color: #B71E16; }
span { border-color: rgb(183,30,22); }
td.TdClassName
{
border-color: #B71E16;
}
.TagClassName
{
border-color: #B71E16;
}
</style>