Shades of Fire Brick #B81B0D
Tints of Fire Brick #B81B0D
RGB
CMYK
RGB Variations
Color information
#B81B0D (or 0xB81B0D) is known color: Fire Brick. HEX triplet: B8, 1B and 0D. RGB value is (184,27,13). Sum of RGB (Red+Green+Blue) = 184+27+13=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81B0D is #47E4F2. Grayscale: #484848. Windows color (decimal): -4711667 or 859064. OLE color: 859064.
HSL color Cylindrical-coordinate representation of color #B81B0D: hue angle of 4.91º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B81B0D is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 13 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.28 |
| HSL | 4.91º | 0.87% | 0.39% | - |
| HSV(B) | 4.91º | 0.93% | 0.72% | - |
| XYZ | 20.23 | 11 | 1.44 | - |
| YUV | 72.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 13 | 0 | 0.85 | 0.93 | 0.28 | 4.91 | 0.87 | 0.39 |
| Hex | B8 | 1B | D | 0 | 55 | 5D | 1C | 5 | 57 | 27 |
| Octal | 270 | 33 | 15 | 0 | 125 | 135 | 34 | 5 | 127 | 47 |
| Binary | 10111000 | 11011 | 1101 | 0 | 1010101 | 1011101 | 11100 | 101 | 1010111 | 100111 |
Color Harmonies of #B81B0D
Complementary color
Monochromatic Colors of #B81B0D
Black with #B81B0D
Text Example
Text Example
White with #B81B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B0D; }
p { color: rgb(184,27,13); }
H1.HeaderClassName
{
color: #B81B0D;
}
.AnyTagClassName
{
color: #B81B0D;
}
</style>
background-color css
<style>
a { background-color: #B81B0D; }
a { background-color: rgb(184,27,13); }
div.DivClassName
{
background-color: #B81B0D;
}
.BgClassName
{
background-color: #B81B0D;
}
</style>
border-color css
<style>
span { border-color: #B81B0D; }
span { border-color: rgb(184,27,13); }
td.TdClassName
{
border-color: #B81B0D;
}
.TagClassName
{
border-color: #B81B0D;
}
</style>