Shades of Fire Brick #B4210D
Tints of Fire Brick #B4210D
RGB
CMYK
RGB Variations
Color information
#B4210D (or 0xB4210D) is known color: Fire Brick. HEX triplet: B4, 21 and 0D. RGB value is (180,33,13). Sum of RGB (Red+Green+Blue) = 180+33+13=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B4210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4210D is #4BDEF2. Grayscale: #4A4A4A. Windows color (decimal): -4972275 or 860596. OLE color: 860596.
HSL color Cylindrical-coordinate representation of color #B4210D: hue angle of 7.19º 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 #B4210D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.29 |
| HSL | 7.19º | 0.87% | 0.38% | - |
| HSV(B) | 7.19º | 0.93% | 0.71% | - |
| XYZ | 19.44 | 10.82 | 1.44 | - |
| YUV | 74.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 13 | 0 | 0.82 | 0.93 | 0.29 | 7.19 | 0.87 | 0.38 |
| Hex | B4 | 21 | D | 0 | 52 | 5D | 1D | 7 | 57 | 26 |
| Octal | 264 | 41 | 15 | 0 | 122 | 135 | 35 | 7 | 127 | 46 |
| Binary | 10110100 | 100001 | 1101 | 0 | 1010010 | 1011101 | 11101 | 111 | 1010111 | 100110 |
Color Harmonies of #B4210D
Complementary color
Monochromatic Colors of #B4210D
Black with #B4210D
Text Example
Text Example
White with #B4210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4210D; }
p { color: rgb(180,33,13); }
H1.HeaderClassName
{
color: #B4210D;
}
.AnyTagClassName
{
color: #B4210D;
}
</style>
background-color css
<style>
a { background-color: #B4210D; }
a { background-color: rgb(180,33,13); }
div.DivClassName
{
background-color: #B4210D;
}
.BgClassName
{
background-color: #B4210D;
}
</style>
border-color css
<style>
span { border-color: #B4210D; }
span { border-color: rgb(180,33,13); }
td.TdClassName
{
border-color: #B4210D;
}
.TagClassName
{
border-color: #B4210D;
}
</style>