Shades of Fire Brick #B42F20
Tints of Fire Brick #B42F20
RGB
CMYK
RGB Variations
Color information
#B42F20 (or 0xB42F20) is known color: Fire Brick. HEX triplet: B4, 2F and 20. RGB value is (180,47,32). Sum of RGB (Red+Green+Blue) = 180+47+32=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F20 is #4BD0DF. Grayscale: #555555. Windows color (decimal): -4968672 or 2109364. OLE color: 2109364.
HSL color Cylindrical-coordinate representation of color #B42F20: hue angle of 6.08º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42F20 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 32 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.29 |
| HSL | 6.08º | 0.7% | 0.42% | - |
| HSV(B) | 6.08º | 0.82% | 0.71% | - |
| XYZ | 20.1 | 11.84 | 2.59 | - |
| YUV | 85.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 32 | 0 | 0.74 | 0.82 | 0.29 | 6.08 | 0.7 | 0.42 |
| Hex | B4 | 2F | 20 | 0 | 4A | 52 | 1D | 6 | 46 | 2A |
| Octal | 264 | 57 | 40 | 0 | 112 | 122 | 35 | 6 | 106 | 52 |
| Binary | 10110100 | 101111 | 100000 | 0 | 1001010 | 1010010 | 11101 | 110 | 1000110 | 101010 |
Color Harmonies of #B42F20
Complementary color
Monochromatic Colors of #B42F20
Black with #B42F20
Text Example
Text Example
White with #B42F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F20; }
p { color: rgb(180,47,32); }
H1.HeaderClassName
{
color: #B42F20;
}
.AnyTagClassName
{
color: #B42F20;
}
</style>
background-color css
<style>
a { background-color: #B42F20; }
a { background-color: rgb(180,47,32); }
div.DivClassName
{
background-color: #B42F20;
}
.BgClassName
{
background-color: #B42F20;
}
</style>
border-color css
<style>
span { border-color: #B42F20; }
span { border-color: rgb(180,47,32); }
td.TdClassName
{
border-color: #B42F20;
}
.TagClassName
{
border-color: #B42F20;
}
</style>