Shades of Fire Brick #B81D10
Tints of Fire Brick #B81D10
RGB
CMYK
RGB Variations
Color information
#B81D10 (or 0xB81D10) is known color: Fire Brick. HEX triplet: B8, 1D and 10. RGB value is (184,29,16). Sum of RGB (Red+Green+Blue) = 184+29+16=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81D10 is #47E2EF. Grayscale: #4A4A4A. Windows color (decimal): -4711152 or 1056184. OLE color: 1056184.
HSL color Cylindrical-coordinate representation of color #B81D10: hue angle of 4.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81D10 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 16 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.28 |
| HSL | 4.64º | 0.84% | 0.39% | - |
| HSV(B) | 4.64º | 0.91% | 0.72% | - |
| XYZ | 20.3 | 11.11 | 1.56 | - |
| YUV | 73.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 16 | 0 | 0.84 | 0.91 | 0.28 | 4.64 | 0.84 | 0.39 |
| Hex | B8 | 1D | 10 | 0 | 54 | 5B | 1C | 5 | 54 | 27 |
| Octal | 270 | 35 | 20 | 0 | 124 | 133 | 34 | 5 | 124 | 47 |
| Binary | 10111000 | 11101 | 10000 | 0 | 1010100 | 1011011 | 11100 | 101 | 1010100 | 100111 |
Color Harmonies of #B81D10
Complementary color
Monochromatic Colors of #B81D10
Black with #B81D10
Text Example
Text Example
White with #B81D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D10; }
p { color: rgb(184,29,16); }
H1.HeaderClassName
{
color: #B81D10;
}
.AnyTagClassName
{
color: #B81D10;
}
</style>
background-color css
<style>
a { background-color: #B81D10; }
a { background-color: rgb(184,29,16); }
div.DivClassName
{
background-color: #B81D10;
}
.BgClassName
{
background-color: #B81D10;
}
</style>
border-color css
<style>
span { border-color: #B81D10; }
span { border-color: rgb(184,29,16); }
td.TdClassName
{
border-color: #B81D10;
}
.TagClassName
{
border-color: #B81D10;
}
</style>