Shades of Fire Brick #B81410
Tints of Fire Brick #B81410
RGB
CMYK
RGB Variations
Color information
#B81410 (or 0xB81410) is known color: Fire Brick. HEX triplet: B8, 14 and 10. RGB value is (184,20,16). Sum of RGB (Red+Green+Blue) = 184+20+16=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B81410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81410 is #47EBEF. Grayscale: #444444. Windows color (decimal): -4713456 or 1053880. OLE color: 1053880.
HSL color Cylindrical-coordinate representation of color #B81410: hue angle of 1.43º 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 #B81410 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 16 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.28 |
| HSL | 1.43º | 0.84% | 0.39% | - |
| HSV(B) | 1.43º | 0.91% | 0.72% | - |
| XYZ | 20.11 | 10.73 | 1.5 | - |
| YUV | 68.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 16 | 0 | 0.89 | 0.91 | 0.28 | 1.43 | 0.84 | 0.39 |
| Hex | B8 | 14 | 10 | 0 | 59 | 5B | 1C | 1 | 54 | 27 |
| Octal | 270 | 24 | 20 | 0 | 131 | 133 | 34 | 1 | 124 | 47 |
| Binary | 10111000 | 10100 | 10000 | 0 | 1011001 | 1011011 | 11100 | 1 | 1010100 | 100111 |
Color Harmonies of #B81410
Complementary color
Monochromatic Colors of #B81410
Black with #B81410
Text Example
Text Example
White with #B81410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81410; }
p { color: rgb(184,20,16); }
H1.HeaderClassName
{
color: #B81410;
}
.AnyTagClassName
{
color: #B81410;
}
</style>
background-color css
<style>
a { background-color: #B81410; }
a { background-color: rgb(184,20,16); }
div.DivClassName
{
background-color: #B81410;
}
.BgClassName
{
background-color: #B81410;
}
</style>
border-color css
<style>
span { border-color: #B81410; }
span { border-color: rgb(184,20,16); }
td.TdClassName
{
border-color: #B81410;
}
.TagClassName
{
border-color: #B81410;
}
</style>