Shades of Fire Brick #B4201E
Tints of Fire Brick #B4201E
RGB
CMYK
RGB Variations
Color information
#B4201E (or 0xB4201E) is known color: Fire Brick. HEX triplet: B4, 20 and 1E. RGB value is (180,32,30). Sum of RGB (Red+Green+Blue) = 180+32+30=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B4201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4201E is #4BDFE1. Grayscale: #4C4C4C. Windows color (decimal): -4972514 or 1974452. OLE color: 1974452.
HSL color Cylindrical-coordinate representation of color #B4201E: hue angle of 0.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4201E is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 30 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.29 |
| HSL | 0.8º | 0.71% | 0.41% | - |
| HSV(B) | 0.8º | 0.83% | 0.71% | - |
| XYZ | 19.57 | 10.83 | 2.29 | - |
| YUV | 76.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 30 | 0 | 0.82 | 0.83 | 0.29 | 0.8 | 0.71 | 0.41 |
| Hex | B4 | 20 | 1E | 0 | 52 | 53 | 1D | 1 | 47 | 29 |
| Octal | 264 | 40 | 36 | 0 | 122 | 123 | 35 | 1 | 107 | 51 |
| Binary | 10110100 | 100000 | 11110 | 0 | 1010010 | 1010011 | 11101 | 1 | 1000111 | 101001 |
Color Harmonies of #B4201E
Complementary color
Monochromatic Colors of #B4201E
Black with #B4201E
Text Example
Text Example
White with #B4201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4201E; }
p { color: rgb(180,32,30); }
H1.HeaderClassName
{
color: #B4201E;
}
.AnyTagClassName
{
color: #B4201E;
}
</style>
background-color css
<style>
a { background-color: #B4201E; }
a { background-color: rgb(180,32,30); }
div.DivClassName
{
background-color: #B4201E;
}
.BgClassName
{
background-color: #B4201E;
}
</style>
border-color css
<style>
span { border-color: #B4201E; }
span { border-color: rgb(180,32,30); }
td.TdClassName
{
border-color: #B4201E;
}
.TagClassName
{
border-color: #B4201E;
}
</style>