Shades of Fire Brick #B42014
Tints of Fire Brick #B42014
RGB
CMYK
RGB Variations
Color information
#B42014 (or 0xB42014) is known color: Fire Brick. HEX triplet: B4, 20 and 14. RGB value is (180,32,20). Sum of RGB (Red+Green+Blue) = 180+32+20=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B42014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42014 is #4BDFEB. Grayscale: #4B4B4B. Windows color (decimal): -4972524 or 1319092. OLE color: 1319092.
HSL color Cylindrical-coordinate representation of color #B42014: hue angle of 4.5º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B42014 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 20 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.29 |
| HSL | 4.5º | 0.8% | 0.39% | - |
| HSV(B) | 4.5º | 0.89% | 0.71% | - |
| XYZ | 19.47 | 10.79 | 1.72 | - |
| YUV | 74.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 20 | 0 | 0.82 | 0.89 | 0.29 | 4.5 | 0.8 | 0.39 |
| Hex | B4 | 20 | 14 | 0 | 52 | 59 | 1D | 4 | 50 | 27 |
| Octal | 264 | 40 | 24 | 0 | 122 | 131 | 35 | 4 | 120 | 47 |
| Binary | 10110100 | 100000 | 10100 | 0 | 1010010 | 1011001 | 11101 | 100 | 1010000 | 100111 |
Color Harmonies of #B42014
Complementary color
Monochromatic Colors of #B42014
Black with #B42014
Text Example
Text Example
White with #B42014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42014; }
p { color: rgb(180,32,20); }
H1.HeaderClassName
{
color: #B42014;
}
.AnyTagClassName
{
color: #B42014;
}
</style>
background-color css
<style>
a { background-color: #B42014; }
a { background-color: rgb(180,32,20); }
div.DivClassName
{
background-color: #B42014;
}
.BgClassName
{
background-color: #B42014;
}
</style>
border-color css
<style>
span { border-color: #B42014; }
span { border-color: rgb(180,32,20); }
td.TdClassName
{
border-color: #B42014;
}
.TagClassName
{
border-color: #B42014;
}
</style>