Shades of Fire Brick #B4201C
Tints of Fire Brick #B4201C
RGB
CMYK
RGB Variations
Color information
#B4201C (or 0xB4201C) is known color: Fire Brick. HEX triplet: B4, 20 and 1C. RGB value is (180,32,28). Sum of RGB (Red+Green+Blue) = 180+32+28=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B4201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4201C is #4BDFE3. Grayscale: #4B4B4B. Windows color (decimal): -4972516 or 1843380. OLE color: 1843380.
HSL color Cylindrical-coordinate representation of color #B4201C: hue angle of 1.58º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4201C is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 28 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.29 |
| HSL | 1.58º | 0.73% | 0.41% | - |
| HSV(B) | 1.58º | 0.84% | 0.71% | - |
| XYZ | 19.55 | 10.82 | 2.16 | - |
| YUV | 75.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 28 | 0 | 0.82 | 0.84 | 0.29 | 1.58 | 0.73 | 0.41 |
| Hex | B4 | 20 | 1C | 0 | 52 | 54 | 1D | 2 | 49 | 29 |
| Octal | 264 | 40 | 34 | 0 | 122 | 124 | 35 | 2 | 111 | 51 |
| Binary | 10110100 | 100000 | 11100 | 0 | 1010010 | 1010100 | 11101 | 10 | 1001001 | 101001 |
Color Harmonies of #B4201C
Complementary color
Monochromatic Colors of #B4201C
Black with #B4201C
Text Example
Text Example
White with #B4201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4201C; }
p { color: rgb(180,32,28); }
H1.HeaderClassName
{
color: #B4201C;
}
.AnyTagClassName
{
color: #B4201C;
}
</style>
background-color css
<style>
a { background-color: #B4201C; }
a { background-color: rgb(180,32,28); }
div.DivClassName
{
background-color: #B4201C;
}
.BgClassName
{
background-color: #B4201C;
}
</style>
border-color css
<style>
span { border-color: #B4201C; }
span { border-color: rgb(180,32,28); }
td.TdClassName
{
border-color: #B4201C;
}
.TagClassName
{
border-color: #B4201C;
}
</style>