Shades of Fire Brick #B71D13
Tints of Fire Brick #B71D13
RGB
CMYK
RGB Variations
Color information
#B71D13 (or 0xB71D13) is known color: Fire Brick. HEX triplet: B7, 1D and 13. RGB value is (183,29,19). Sum of RGB (Red+Green+Blue) = 183+29+19=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71D13 is #48E2EC. Grayscale: #4A4A4A. Windows color (decimal): -4776685 or 1252791. OLE color: 1252791.
HSL color Cylindrical-coordinate representation of color #B71D13: hue angle of 3.66º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71D13 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 19 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.28 |
| HSL | 3.66º | 0.81% | 0.4% | - |
| HSV(B) | 3.66º | 0.9% | 0.72% | - |
| XYZ | 20.09 | 10.99 | 1.68 | - |
| YUV | 73.91 | 97.02 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 19 | 0 | 0.84 | 0.90 | 0.28 | 3.66 | 0.81 | 0.4 |
| Hex | B7 | 1D | 13 | 0 | 54 | 5A | 1C | 4 | 51 | 28 |
| Octal | 267 | 35 | 23 | 0 | 124 | 132 | 34 | 4 | 121 | 50 |
| Binary | 10110111 | 11101 | 10011 | 0 | 1010100 | 1011010 | 11100 | 100 | 1010001 | 101000 |
Color Harmonies of #B71D13
Complementary color
Monochromatic Colors of #B71D13
Black with #B71D13
Text Example
Text Example
White with #B71D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D13; }
p { color: rgb(183,29,19); }
H1.HeaderClassName
{
color: #B71D13;
}
.AnyTagClassName
{
color: #B71D13;
}
</style>
background-color css
<style>
a { background-color: #B71D13; }
a { background-color: rgb(183,29,19); }
div.DivClassName
{
background-color: #B71D13;
}
.BgClassName
{
background-color: #B71D13;
}
</style>
border-color css
<style>
span { border-color: #B71D13; }
span { border-color: rgb(183,29,19); }
td.TdClassName
{
border-color: #B71D13;
}
.TagClassName
{
border-color: #B71D13;
}
</style>