Shades of Fire Brick #B21E0C
Tints of Fire Brick #B21E0C
RGB
CMYK
RGB Variations
Color information
#B21E0C (or 0xB21E0C) is known color: Fire Brick. HEX triplet: B2, 1E and 0C. RGB value is (178,30,12). Sum of RGB (Red+Green+Blue) = 178+30+12=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21E0C is #4DE1F3. Grayscale: #484848. Windows color (decimal): -5104116 or 794290. OLE color: 794290.
HSL color Cylindrical-coordinate representation of color #B21E0C: hue angle of 6.51º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B21E0C is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 12 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.30 |
| HSL | 6.51º | 0.87% | 0.37% | - |
| HSV(B) | 6.51º | 0.93% | 0.7% | - |
| XYZ | 18.89 | 10.42 | 1.36 | - |
| YUV | 72.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 12 | 0 | 0.83 | 0.93 | 0.30 | 6.51 | 0.87 | 0.37 |
| Hex | B2 | 1E | C | 0 | 53 | 5D | 1E | 7 | 57 | 25 |
| Octal | 262 | 36 | 14 | 0 | 123 | 135 | 36 | 7 | 127 | 45 |
| Binary | 10110010 | 11110 | 1100 | 0 | 1010011 | 1011101 | 11110 | 111 | 1010111 | 100101 |
Color Harmonies of #B21E0C
Complementary color
Monochromatic Colors of #B21E0C
Black with #B21E0C
Text Example
Text Example
White with #B21E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E0C; }
p { color: rgb(178,30,12); }
H1.HeaderClassName
{
color: #B21E0C;
}
.AnyTagClassName
{
color: #B21E0C;
}
</style>
background-color css
<style>
a { background-color: #B21E0C; }
a { background-color: rgb(178,30,12); }
div.DivClassName
{
background-color: #B21E0C;
}
.BgClassName
{
background-color: #B21E0C;
}
</style>
border-color css
<style>
span { border-color: #B21E0C; }
span { border-color: rgb(178,30,12); }
td.TdClassName
{
border-color: #B21E0C;
}
.TagClassName
{
border-color: #B21E0C;
}
</style>