Shades of Fire Brick #B21C10
Tints of Fire Brick #B21C10
RGB
CMYK
RGB Variations
Color information
#B21C10 (or 0xB21C10) is known color: Fire Brick. HEX triplet: B2, 1C and 10. RGB value is (178,28,16). Sum of RGB (Red+Green+Blue) = 178+28+16=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21C10 is #4DE3EF. Grayscale: #474747. Windows color (decimal): -5104624 or 1055922. OLE color: 1055922.
HSL color Cylindrical-coordinate representation of color #B21C10: hue angle of 4.44º 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 #B21C10 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 16 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.30 |
| HSL | 4.44º | 0.84% | 0.38% | - |
| HSV(B) | 4.44º | 0.91% | 0.7% | - |
| XYZ | 18.87 | 10.33 | 1.49 | - |
| YUV | 71.48 | 96.7 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 16 | 0 | 0.84 | 0.91 | 0.30 | 4.44 | 0.84 | 0.38 |
| Hex | B2 | 1C | 10 | 0 | 54 | 5B | 1E | 4 | 54 | 26 |
| Octal | 262 | 34 | 20 | 0 | 124 | 133 | 36 | 4 | 124 | 46 |
| Binary | 10110010 | 11100 | 10000 | 0 | 1010100 | 1011011 | 11110 | 100 | 1010100 | 100110 |
Color Harmonies of #B21C10
Complementary color
Monochromatic Colors of #B21C10
Black with #B21C10
Text Example
Text Example
White with #B21C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21C10; }
p { color: rgb(178,28,16); }
H1.HeaderClassName
{
color: #B21C10;
}
.AnyTagClassName
{
color: #B21C10;
}
</style>
background-color css
<style>
a { background-color: #B21C10; }
a { background-color: rgb(178,28,16); }
div.DivClassName
{
background-color: #B21C10;
}
.BgClassName
{
background-color: #B21C10;
}
</style>
border-color css
<style>
span { border-color: #B21C10; }
span { border-color: rgb(178,28,16); }
td.TdClassName
{
border-color: #B21C10;
}
.TagClassName
{
border-color: #B21C10;
}
</style>