Shades of Fire Brick #B21818
Tints of Fire Brick #B21818
RGB
CMYK
RGB Variations
Color information
#B21818 (or 0xB21818) is known color: Fire Brick. HEX triplet: B2, 18 and 18. RGB value is (178,24,24). Sum of RGB (Red+Green+Blue) = 178+24+24=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B21818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21818 is #4DE7E7. Grayscale: #464646. Windows color (decimal): -5105640 or 1579186. OLE color: 1579186.
HSL color Cylindrical-coordinate representation of color #B21818: hue angle of 0º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21818 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 24 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.30 |
| HSL | 0º | 0.76% | 0.4% | - |
| HSV(B) | 0º | 0.87% | 0.7% | - |
| XYZ | 18.85 | 10.18 | 1.84 | - |
| YUV | 70.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 24 | 0 | 0.87 | 0.87 | 0.30 | 0 | 0.76 | 0.4 |
| Hex | B2 | 18 | 18 | 0 | 57 | 57 | 1E | 0 | 4C | 28 |
| Octal | 262 | 30 | 30 | 0 | 127 | 127 | 36 | 0 | 114 | 50 |
| Binary | 10110010 | 11000 | 11000 | 0 | 1010111 | 1010111 | 11110 | 0 | 1001100 | 101000 |
Color Harmonies of #B21818
Complementary color
Monochromatic Colors of #B21818
Black with #B21818
Text Example
Text Example
White with #B21818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21818; }
p { color: rgb(178,24,24); }
H1.HeaderClassName
{
color: #B21818;
}
.AnyTagClassName
{
color: #B21818;
}
</style>
background-color css
<style>
a { background-color: #B21818; }
a { background-color: rgb(178,24,24); }
div.DivClassName
{
background-color: #B21818;
}
.BgClassName
{
background-color: #B21818;
}
</style>
border-color css
<style>
span { border-color: #B21818; }
span { border-color: rgb(178,24,24); }
td.TdClassName
{
border-color: #B21818;
}
.TagClassName
{
border-color: #B21818;
}
</style>