Shades of Fire Brick #B21E03
Tints of Fire Brick #B21E03
RGB
CMYK
RGB Variations
Color information
#B21E03 (or 0xB21E03) is known color: Fire Brick. HEX triplet: B2, 1E and 03. RGB value is (178,30,3). Sum of RGB (Red+Green+Blue) = 178+30+3=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21E03 is #4DE1FC. Grayscale: #474747. Windows color (decimal): -5104125 or 204466. OLE color: 204466.
HSL color Cylindrical-coordinate representation of color #B21E03: hue angle of 9.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B21E03 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.30 |
| HSL | 9.26º | 0.97% | 0.35% | - |
| HSV(B) | 9.26º | 0.98% | 0.7% | - |
| XYZ | 18.84 | 10.4 | 1.1 | - |
| YUV | 71.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 3 | 0 | 0.83 | 0.98 | 0.30 | 9.26 | 0.97 | 0.35 |
| Hex | B2 | 1E | 3 | 0 | 53 | 62 | 1E | 9 | 61 | 23 |
| Octal | 262 | 36 | 3 | 0 | 123 | 142 | 36 | 11 | 141 | 43 |
| Binary | 10110010 | 11110 | 11 | 0 | 1010011 | 1100010 | 11110 | 1001 | 1100001 | 100011 |
Color Harmonies of #B21E03
Complementary color
Monochromatic Colors of #B21E03
Black with #B21E03
Text Example
Text Example
White with #B21E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E03; }
p { color: rgb(178,30,3); }
H1.HeaderClassName
{
color: #B21E03;
}
.AnyTagClassName
{
color: #B21E03;
}
</style>
background-color css
<style>
a { background-color: #B21E03; }
a { background-color: rgb(178,30,3); }
div.DivClassName
{
background-color: #B21E03;
}
.BgClassName
{
background-color: #B21E03;
}
</style>
border-color css
<style>
span { border-color: #B21E03; }
span { border-color: rgb(178,30,3); }
td.TdClassName
{
border-color: #B21E03;
}
.TagClassName
{
border-color: #B21E03;
}
</style>