Shades of Fire Brick #B41312
Tints of Fire Brick #B41312
RGB
CMYK
RGB Variations
Color information
#B41312 (or 0xB41312) is known color: Fire Brick. HEX triplet: B4, 13 and 12. RGB value is (180,19,18). Sum of RGB (Red+Green+Blue) = 180+19+18=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B41312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41312 is #4BECED. Grayscale: #434343. Windows color (decimal): -4975854 or 1184692. OLE color: 1184692.
HSL color Cylindrical-coordinate representation of color #B41312: hue angle of 0.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41312 is Cyan = 0, Magento = 0.89, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 18 | - |
| CMYK | 0 | 0.89 | 0.9 | 0.29 |
| HSL | 0.37º | 0.82% | 0.39% | - |
| HSV(B) | 0.37º | 0.9% | 0.71% | - |
| XYZ | 19.16 | 10.21 | 1.53 | - |
| YUV | 67.03 | 100.34 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 18 | 0 | 0.89 | 0.9 | 0.29 | 0.37 | 0.82 | 0.39 |
| Hex | B4 | 13 | 12 | 0 | 59 | 5A | 1D | 0 | 52 | 27 |
| Octal | 264 | 23 | 22 | 0 | 131 | 132 | 35 | 0 | 122 | 47 |
| Binary | 10110100 | 10011 | 10010 | 0 | 1011001 | 1011010 | 11101 | 0 | 1010010 | 100111 |
Color Harmonies of #B41312
Complementary color
Monochromatic Colors of #B41312
Black with #B41312
Text Example
Text Example
White with #B41312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41312; }
p { color: rgb(180,19,18); }
H1.HeaderClassName
{
color: #B41312;
}
.AnyTagClassName
{
color: #B41312;
}
</style>
background-color css
<style>
a { background-color: #B41312; }
a { background-color: rgb(180,19,18); }
div.DivClassName
{
background-color: #B41312;
}
.BgClassName
{
background-color: #B41312;
}
</style>
border-color css
<style>
span { border-color: #B41312; }
span { border-color: rgb(180,19,18); }
td.TdClassName
{
border-color: #B41312;
}
.TagClassName
{
border-color: #B41312;
}
</style>