Shades of Fire Brick #B71C0D
Tints of Fire Brick #B71C0D
RGB
CMYK
RGB Variations
Color information
#B71C0D (or 0xB71C0D) is known color: Fire Brick. HEX triplet: B7, 1C and 0D. RGB value is (183,28,13). Sum of RGB (Red+Green+Blue) = 183+28+13=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C0D is #48E3F2. Grayscale: #484848. Windows color (decimal): -4776947 or 859319. OLE color: 859319.
HSL color Cylindrical-coordinate representation of color #B71C0D: hue angle of 5.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B71C0D is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 13 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.28 |
| HSL | 5.29º | 0.87% | 0.38% | - |
| HSV(B) | 5.29º | 0.93% | 0.72% | - |
| XYZ | 20.02 | 10.93 | 1.43 | - |
| YUV | 72.64 | 94.35 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 13 | 0 | 0.85 | 0.93 | 0.28 | 5.29 | 0.87 | 0.38 |
| Hex | B7 | 1C | D | 0 | 55 | 5D | 1C | 5 | 57 | 26 |
| Octal | 267 | 34 | 15 | 0 | 125 | 135 | 34 | 5 | 127 | 46 |
| Binary | 10110111 | 11100 | 1101 | 0 | 1010101 | 1011101 | 11100 | 101 | 1010111 | 100110 |
Color Harmonies of #B71C0D
Complementary color
Monochromatic Colors of #B71C0D
Black with #B71C0D
Text Example
Text Example
White with #B71C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C0D; }
p { color: rgb(183,28,13); }
H1.HeaderClassName
{
color: #B71C0D;
}
.AnyTagClassName
{
color: #B71C0D;
}
</style>
background-color css
<style>
a { background-color: #B71C0D; }
a { background-color: rgb(183,28,13); }
div.DivClassName
{
background-color: #B71C0D;
}
.BgClassName
{
background-color: #B71C0D;
}
</style>
border-color css
<style>
span { border-color: #B71C0D; }
span { border-color: rgb(183,28,13); }
td.TdClassName
{
border-color: #B71C0D;
}
.TagClassName
{
border-color: #B71C0D;
}
</style>