Shades of Fire Brick #B21B07
Tints of Fire Brick #B21B07
RGB
CMYK
RGB Variations
Color information
#B21B07 (or 0xB21B07) is known color: Fire Brick. HEX triplet: B2, 1B and 07. RGB value is (178,27,7). Sum of RGB (Red+Green+Blue) = 178+27+7=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21B07 is #4DE4F8. Grayscale: #464646. Windows color (decimal): -5104889 or 465842. OLE color: 465842.
HSL color Cylindrical-coordinate representation of color #B21B07: hue angle of 7.02º degrees, saturation: 0.92, 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 #B21B07 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 7 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.30 |
| HSL | 7.02º | 0.92% | 0.36% | - |
| HSV(B) | 7.02º | 0.96% | 0.7% | - |
| XYZ | 18.79 | 10.26 | 1.19 | - |
| YUV | 69.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 7 | 0 | 0.85 | 0.96 | 0.30 | 7.02 | 0.92 | 0.36 |
| Hex | B2 | 1B | 7 | 0 | 55 | 60 | 1E | 7 | 5C | 24 |
| Octal | 262 | 33 | 7 | 0 | 125 | 140 | 36 | 7 | 134 | 44 |
| Binary | 10110010 | 11011 | 111 | 0 | 1010101 | 1100000 | 11110 | 111 | 1011100 | 100100 |
Color Harmonies of #B21B07
Complementary color
Monochromatic Colors of #B21B07
Black with #B21B07
Text Example
Text Example
White with #B21B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B07; }
p { color: rgb(178,27,7); }
H1.HeaderClassName
{
color: #B21B07;
}
.AnyTagClassName
{
color: #B21B07;
}
</style>
background-color css
<style>
a { background-color: #B21B07; }
a { background-color: rgb(178,27,7); }
div.DivClassName
{
background-color: #B21B07;
}
.BgClassName
{
background-color: #B21B07;
}
</style>
border-color css
<style>
span { border-color: #B21B07; }
span { border-color: rgb(178,27,7); }
td.TdClassName
{
border-color: #B21B07;
}
.TagClassName
{
border-color: #B21B07;
}
</style>