Shades of Fire Brick #B21908
Tints of Fire Brick #B21908
RGB
CMYK
RGB Variations
Color information
#B21908 (or 0xB21908) is known color: Fire Brick. HEX triplet: B2, 19 and 08. RGB value is (178,25,8). Sum of RGB (Red+Green+Blue) = 178+25+8=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B21908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21908 is #4DE6F7. Grayscale: #454545. Windows color (decimal): -5105400 or 530866. OLE color: 530866.
HSL color Cylindrical-coordinate representation of color #B21908: hue angle of 6º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B21908 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 8 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.30 |
| HSL | 6º | 0.91% | 0.36% | - |
| HSV(B) | 6º | 0.96% | 0.7% | - |
| XYZ | 18.75 | 10.18 | 1.21 | - |
| YUV | 68.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 8 | 0 | 0.86 | 0.96 | 0.30 | 6 | 0.91 | 0.36 |
| Hex | B2 | 19 | 8 | 0 | 56 | 60 | 1E | 6 | 5B | 24 |
| Octal | 262 | 31 | 10 | 0 | 126 | 140 | 36 | 6 | 133 | 44 |
| Binary | 10110010 | 11001 | 1000 | 0 | 1010110 | 1100000 | 11110 | 110 | 1011011 | 100100 |
Color Harmonies of #B21908
Complementary color
Monochromatic Colors of #B21908
Black with #B21908
Text Example
Text Example
White with #B21908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21908; }
p { color: rgb(178,25,8); }
H1.HeaderClassName
{
color: #B21908;
}
.AnyTagClassName
{
color: #B21908;
}
</style>
background-color css
<style>
a { background-color: #B21908; }
a { background-color: rgb(178,25,8); }
div.DivClassName
{
background-color: #B21908;
}
.BgClassName
{
background-color: #B21908;
}
</style>
border-color css
<style>
span { border-color: #B21908; }
span { border-color: rgb(178,25,8); }
td.TdClassName
{
border-color: #B21908;
}
.TagClassName
{
border-color: #B21908;
}
</style>