Shades of Fire Brick #B81C14
Tints of Fire Brick #B81C14
RGB
CMYK
RGB Variations
Color information
#B81C14 (or 0xB81C14) is known color: Fire Brick. HEX triplet: B8, 1C and 14. RGB value is (184,28,20). Sum of RGB (Red+Green+Blue) = 184+28+20=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81C14 is #47E3EB. Grayscale: #494949. Windows color (decimal): -4711404 or 1318072. OLE color: 1318072.
HSL color Cylindrical-coordinate representation of color #B81C14: hue angle of 2.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81C14 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 20 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.28 |
| HSL | 2.93º | 0.8% | 0.4% | - |
| HSV(B) | 2.93º | 0.89% | 0.72% | - |
| XYZ | 20.31 | 11.07 | 1.73 | - |
| YUV | 73.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 20 | 0 | 0.85 | 0.89 | 0.28 | 2.93 | 0.8 | 0.4 |
| Hex | B8 | 1C | 14 | 0 | 55 | 59 | 1C | 3 | 50 | 28 |
| Octal | 270 | 34 | 24 | 0 | 125 | 131 | 34 | 3 | 120 | 50 |
| Binary | 10111000 | 11100 | 10100 | 0 | 1010101 | 1011001 | 11100 | 11 | 1010000 | 101000 |
Color Harmonies of #B81C14
Complementary color
Monochromatic Colors of #B81C14
Black with #B81C14
Text Example
Text Example
White with #B81C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81C14; }
p { color: rgb(184,28,20); }
H1.HeaderClassName
{
color: #B81C14;
}
.AnyTagClassName
{
color: #B81C14;
}
</style>
background-color css
<style>
a { background-color: #B81C14; }
a { background-color: rgb(184,28,20); }
div.DivClassName
{
background-color: #B81C14;
}
.BgClassName
{
background-color: #B81C14;
}
</style>
border-color css
<style>
span { border-color: #B81C14; }
span { border-color: rgb(184,28,20); }
td.TdClassName
{
border-color: #B81C14;
}
.TagClassName
{
border-color: #B81C14;
}
</style>