Shades of Fire Brick #B21A0A
Tints of Fire Brick #B21A0A
RGB
CMYK
RGB Variations
Color information
#B21A0A (or 0xB21A0A) is known color: Fire Brick. HEX triplet: B2, 1A and 0A. RGB value is (178,26,10). Sum of RGB (Red+Green+Blue) = 178+26+10=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A0A is #4DE5F5. Grayscale: #454545. Windows color (decimal): -5105142 or 662194. OLE color: 662194.
HSL color Cylindrical-coordinate representation of color #B21A0A: hue angle of 5.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B21A0A is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 10 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.30 |
| HSL | 5.71º | 0.89% | 0.37% | - |
| HSV(B) | 5.71º | 0.94% | 0.7% | - |
| XYZ | 18.78 | 10.23 | 1.27 | - |
| YUV | 69.62 | 94.36 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 10 | 0 | 0.85 | 0.94 | 0.30 | 5.71 | 0.89 | 0.37 |
| Hex | B2 | 1A | A | 0 | 55 | 5E | 1E | 6 | 59 | 25 |
| Octal | 262 | 32 | 12 | 0 | 125 | 136 | 36 | 6 | 131 | 45 |
| Binary | 10110010 | 11010 | 1010 | 0 | 1010101 | 1011110 | 11110 | 110 | 1011001 | 100101 |
Color Harmonies of #B21A0A
Complementary color
Monochromatic Colors of #B21A0A
Black with #B21A0A
Text Example
Text Example
White with #B21A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21A0A; }
p { color: rgb(178,26,10); }
H1.HeaderClassName
{
color: #B21A0A;
}
.AnyTagClassName
{
color: #B21A0A;
}
</style>
background-color css
<style>
a { background-color: #B21A0A; }
a { background-color: rgb(178,26,10); }
div.DivClassName
{
background-color: #B21A0A;
}
.BgClassName
{
background-color: #B21A0A;
}
</style>
border-color css
<style>
span { border-color: #B21A0A; }
span { border-color: rgb(178,26,10); }
td.TdClassName
{
border-color: #B21A0A;
}
.TagClassName
{
border-color: #B21A0A;
}
</style>