Shades of Fire Brick #B21D18
Tints of Fire Brick #B21D18
RGB
CMYK
RGB Variations
Color information
#B21D18 (or 0xB21D18) is known color: Fire Brick. HEX triplet: B2, 1D and 18. RGB value is (178,29,24). Sum of RGB (Red+Green+Blue) = 178+29+24=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21D18 is #4DE2E7. Grayscale: #494949. Windows color (decimal): -5104360 or 1580466. OLE color: 1580466.
HSL color Cylindrical-coordinate representation of color #B21D18: hue angle of 1.95º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21D18 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 24 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.30 |
| HSL | 1.95º | 0.76% | 0.4% | - |
| HSV(B) | 1.95º | 0.87% | 0.7% | - |
| XYZ | 18.96 | 10.41 | 1.87 | - |
| YUV | 72.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 24 | 0 | 0.84 | 0.87 | 0.30 | 1.95 | 0.76 | 0.4 |
| Hex | B2 | 1D | 18 | 0 | 54 | 57 | 1E | 2 | 4C | 28 |
| Octal | 262 | 35 | 30 | 0 | 124 | 127 | 36 | 2 | 114 | 50 |
| Binary | 10110010 | 11101 | 11000 | 0 | 1010100 | 1010111 | 11110 | 10 | 1001100 | 101000 |
Color Harmonies of #B21D18
Complementary color
Monochromatic Colors of #B21D18
Black with #B21D18
Text Example
Text Example
White with #B21D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D18; }
p { color: rgb(178,29,24); }
H1.HeaderClassName
{
color: #B21D18;
}
.AnyTagClassName
{
color: #B21D18;
}
</style>
background-color css
<style>
a { background-color: #B21D18; }
a { background-color: rgb(178,29,24); }
div.DivClassName
{
background-color: #B21D18;
}
.BgClassName
{
background-color: #B21D18;
}
</style>
border-color css
<style>
span { border-color: #B21D18; }
span { border-color: rgb(178,29,24); }
td.TdClassName
{
border-color: #B21D18;
}
.TagClassName
{
border-color: #B21D18;
}
</style>