Shades of Fire Brick #B21B10
Tints of Fire Brick #B21B10
RGB
CMYK
RGB Variations
Color information
#B21B10 (or 0xB21B10) is known color: Fire Brick. HEX triplet: B2, 1B and 10. RGB value is (178,27,16). Sum of RGB (Red+Green+Blue) = 178+27+16=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21B10 is #4DE4EF. Grayscale: #474747. Windows color (decimal): -5104880 or 1055666. OLE color: 1055666.
HSL color Cylindrical-coordinate representation of color #B21B10: hue angle of 4.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21B10 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 16 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.30 |
| HSL | 4.07º | 0.84% | 0.38% | - |
| HSV(B) | 4.07º | 0.91% | 0.7% | - |
| XYZ | 18.85 | 10.29 | 1.48 | - |
| YUV | 70.9 | 97.03 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 16 | 0 | 0.85 | 0.91 | 0.30 | 4.07 | 0.84 | 0.38 |
| Hex | B2 | 1B | 10 | 0 | 55 | 5B | 1E | 4 | 54 | 26 |
| Octal | 262 | 33 | 20 | 0 | 125 | 133 | 36 | 4 | 124 | 46 |
| Binary | 10110010 | 11011 | 10000 | 0 | 1010101 | 1011011 | 11110 | 100 | 1010100 | 100110 |
Color Harmonies of #B21B10
Complementary color
Monochromatic Colors of #B21B10
Black with #B21B10
Text Example
Text Example
White with #B21B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B10; }
p { color: rgb(178,27,16); }
H1.HeaderClassName
{
color: #B21B10;
}
.AnyTagClassName
{
color: #B21B10;
}
</style>
background-color css
<style>
a { background-color: #B21B10; }
a { background-color: rgb(178,27,16); }
div.DivClassName
{
background-color: #B21B10;
}
.BgClassName
{
background-color: #B21B10;
}
</style>
border-color css
<style>
span { border-color: #B21B10; }
span { border-color: rgb(178,27,16); }
td.TdClassName
{
border-color: #B21B10;
}
.TagClassName
{
border-color: #B21B10;
}
</style>