Shades of Fire Brick #B42214
Tints of Fire Brick #B42214
RGB
CMYK
RGB Variations
Color information
#B42214 (or 0xB42214) is known color: Fire Brick. HEX triplet: B4, 22 and 14. RGB value is (180,34,20). Sum of RGB (Red+Green+Blue) = 180+34+20=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B42214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42214 is #4BDDEB. Grayscale: #4C4C4C. Windows color (decimal): -4972012 or 1319604. OLE color: 1319604.
HSL color Cylindrical-coordinate representation of color #B42214: hue angle of 5.25º 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 #B42214 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 20 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.29 |
| HSL | 5.25º | 0.8% | 0.39% | - |
| HSV(B) | 5.25º | 0.89% | 0.71% | - |
| XYZ | 19.52 | 10.9 | 1.74 | - |
| YUV | 76.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 20 | 0 | 0.81 | 0.89 | 0.29 | 5.25 | 0.8 | 0.39 |
| Hex | B4 | 22 | 14 | 0 | 51 | 59 | 1D | 5 | 50 | 27 |
| Octal | 264 | 42 | 24 | 0 | 121 | 131 | 35 | 5 | 120 | 47 |
| Binary | 10110100 | 100010 | 10100 | 0 | 1010001 | 1011001 | 11101 | 101 | 1010000 | 100111 |
Color Harmonies of #B42214
Complementary color
Monochromatic Colors of #B42214
Black with #B42214
Text Example
Text Example
White with #B42214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42214; }
p { color: rgb(180,34,20); }
H1.HeaderClassName
{
color: #B42214;
}
.AnyTagClassName
{
color: #B42214;
}
</style>
background-color css
<style>
a { background-color: #B42214; }
a { background-color: rgb(180,34,20); }
div.DivClassName
{
background-color: #B42214;
}
.BgClassName
{
background-color: #B42214;
}
</style>
border-color css
<style>
span { border-color: #B42214; }
span { border-color: rgb(180,34,20); }
td.TdClassName
{
border-color: #B42214;
}
.TagClassName
{
border-color: #B42214;
}
</style>