Shades of Fire Brick #B4220D
Tints of Fire Brick #B4220D
RGB
CMYK
RGB Variations
Color information
#B4220D (or 0xB4220D) is known color: Fire Brick. HEX triplet: B4, 22 and 0D. RGB value is (180,34,13). Sum of RGB (Red+Green+Blue) = 180+34+13=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B4220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4220D is #4BDDF2. Grayscale: #4B4B4B. Windows color (decimal): -4972019 or 860852. OLE color: 860852.
HSL color Cylindrical-coordinate representation of color #B4220D: hue angle of 7.54º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4220D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.29 |
| HSL | 7.54º | 0.87% | 0.38% | - |
| HSV(B) | 7.54º | 0.93% | 0.71% | - |
| XYZ | 19.47 | 10.88 | 1.45 | - |
| YUV | 75.26 | 92.87 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 13 | 0 | 0.81 | 0.93 | 0.29 | 7.54 | 0.87 | 0.38 |
| Hex | B4 | 22 | D | 0 | 51 | 5D | 1D | 8 | 57 | 26 |
| Octal | 264 | 42 | 15 | 0 | 121 | 135 | 35 | 10 | 127 | 46 |
| Binary | 10110100 | 100010 | 1101 | 0 | 1010001 | 1011101 | 11101 | 1000 | 1010111 | 100110 |
Color Harmonies of #B4220D
Complementary color
Monochromatic Colors of #B4220D
Black with #B4220D
Text Example
Text Example
White with #B4220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4220D; }
p { color: rgb(180,34,13); }
H1.HeaderClassName
{
color: #B4220D;
}
.AnyTagClassName
{
color: #B4220D;
}
</style>
background-color css
<style>
a { background-color: #B4220D; }
a { background-color: rgb(180,34,13); }
div.DivClassName
{
background-color: #B4220D;
}
.BgClassName
{
background-color: #B4220D;
}
</style>
border-color css
<style>
span { border-color: #B4220D; }
span { border-color: rgb(180,34,13); }
td.TdClassName
{
border-color: #B4220D;
}
.TagClassName
{
border-color: #B4220D;
}
</style>