Shades of Fire Brick #B41F0B
Tints of Fire Brick #B41F0B
RGB
CMYK
RGB Variations
Color information
#B41F0B (or 0xB41F0B) is known color: Fire Brick. HEX triplet: B4, 1F and 0B. RGB value is (180,31,11). Sum of RGB (Red+Green+Blue) = 180+31+11=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41F0B is #4BE0F4. Grayscale: #494949. Windows color (decimal): -4972789 or 729012. OLE color: 729012.
HSL color Cylindrical-coordinate representation of color #B41F0B: hue angle of 7.1º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B41F0B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.29 |
| HSL | 7.1º | 0.88% | 0.37% | - |
| HSV(B) | 7.1º | 0.94% | 0.71% | - |
| XYZ | 19.37 | 10.71 | 1.36 | - |
| YUV | 73.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 11 | 0 | 0.83 | 0.94 | 0.29 | 7.1 | 0.88 | 0.37 |
| Hex | B4 | 1F | B | 0 | 53 | 5E | 1D | 7 | 58 | 25 |
| Octal | 264 | 37 | 13 | 0 | 123 | 136 | 35 | 7 | 130 | 45 |
| Binary | 10110100 | 11111 | 1011 | 0 | 1010011 | 1011110 | 11101 | 111 | 1011000 | 100101 |
Color Harmonies of #B41F0B
Complementary color
Monochromatic Colors of #B41F0B
Black with #B41F0B
Text Example
Text Example
White with #B41F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F0B; }
p { color: rgb(180,31,11); }
H1.HeaderClassName
{
color: #B41F0B;
}
.AnyTagClassName
{
color: #B41F0B;
}
</style>
background-color css
<style>
a { background-color: #B41F0B; }
a { background-color: rgb(180,31,11); }
div.DivClassName
{
background-color: #B41F0B;
}
.BgClassName
{
background-color: #B41F0B;
}
</style>
border-color css
<style>
span { border-color: #B41F0B; }
span { border-color: rgb(180,31,11); }
td.TdClassName
{
border-color: #B41F0B;
}
.TagClassName
{
border-color: #B41F0B;
}
</style>