Shades of Fire Brick #B42107
Tints of Fire Brick #B42107
RGB
CMYK
RGB Variations
Color information
#B42107 (or 0xB42107) is known color: Fire Brick. HEX triplet: B4, 21 and 07. RGB value is (180,33,7). Sum of RGB (Red+Green+Blue) = 180+33+7=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B42107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42107 is #4BDEF8. Grayscale: #4A4A4A. Windows color (decimal): -4972281 or 467380. OLE color: 467380.
HSL color Cylindrical-coordinate representation of color #B42107: hue angle of 9.02º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42107 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 7 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.29 |
| HSL | 9.02º | 0.93% | 0.37% | - |
| HSV(B) | 9.02º | 0.96% | 0.71% | - |
| XYZ | 19.4 | 10.81 | 1.26 | - |
| YUV | 73.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 7 | 0 | 0.82 | 0.96 | 0.29 | 9.02 | 0.93 | 0.37 |
| Hex | B4 | 21 | 7 | 0 | 52 | 60 | 1D | 9 | 5D | 25 |
| Octal | 264 | 41 | 7 | 0 | 122 | 140 | 35 | 11 | 135 | 45 |
| Binary | 10110100 | 100001 | 111 | 0 | 1010010 | 1100000 | 11101 | 1001 | 1011101 | 100101 |
Color Harmonies of #B42107
Complementary color
Monochromatic Colors of #B42107
Black with #B42107
Text Example
Text Example
White with #B42107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42107; }
p { color: rgb(180,33,7); }
H1.HeaderClassName
{
color: #B42107;
}
.AnyTagClassName
{
color: #B42107;
}
</style>
background-color css
<style>
a { background-color: #B42107; }
a { background-color: rgb(180,33,7); }
div.DivClassName
{
background-color: #B42107;
}
.BgClassName
{
background-color: #B42107;
}
</style>
border-color css
<style>
span { border-color: #B42107; }
span { border-color: rgb(180,33,7); }
td.TdClassName
{
border-color: #B42107;
}
.TagClassName
{
border-color: #B42107;
}
</style>