Shades of Fire Brick #B81C10
Tints of Fire Brick #B81C10
RGB
CMYK
RGB Variations
Color information
#B81C10 (or 0xB81C10) is known color: Fire Brick. HEX triplet: B8, 1C and 10. RGB value is (184,28,16). Sum of RGB (Red+Green+Blue) = 184+28+16=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81C10 is #47E3EF. Grayscale: #494949. Windows color (decimal): -4711408 or 1055928. OLE color: 1055928.
HSL color Cylindrical-coordinate representation of color #B81C10: hue angle of 4.29º 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 #B81C10 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 16 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.28 |
| HSL | 4.29º | 0.84% | 0.39% | - |
| HSV(B) | 4.29º | 0.91% | 0.72% | - |
| XYZ | 20.28 | 11.06 | 1.56 | - |
| YUV | 73.28 | 95.68 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 16 | 0 | 0.85 | 0.91 | 0.28 | 4.29 | 0.84 | 0.39 |
| Hex | B8 | 1C | 10 | 0 | 55 | 5B | 1C | 4 | 54 | 27 |
| Octal | 270 | 34 | 20 | 0 | 125 | 133 | 34 | 4 | 124 | 47 |
| Binary | 10111000 | 11100 | 10000 | 0 | 1010101 | 1011011 | 11100 | 100 | 1010100 | 100111 |
Color Harmonies of #B81C10
Complementary color
Monochromatic Colors of #B81C10
Black with #B81C10
Text Example
Text Example
White with #B81C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81C10; }
p { color: rgb(184,28,16); }
H1.HeaderClassName
{
color: #B81C10;
}
.AnyTagClassName
{
color: #B81C10;
}
</style>
background-color css
<style>
a { background-color: #B81C10; }
a { background-color: rgb(184,28,16); }
div.DivClassName
{
background-color: #B81C10;
}
.BgClassName
{
background-color: #B81C10;
}
</style>
border-color css
<style>
span { border-color: #B81C10; }
span { border-color: rgb(184,28,16); }
td.TdClassName
{
border-color: #B81C10;
}
.TagClassName
{
border-color: #B81C10;
}
</style>