Shades of Fire Brick #B41512
Tints of Fire Brick #B41512
RGB
CMYK
RGB Variations
Color information
#B41512 (or 0xB41512) is known color: Fire Brick. HEX triplet: B4, 15 and 12. RGB value is (180,21,18). Sum of RGB (Red+Green+Blue) = 180+21+18=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B41512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41512 is #4BEAED. Grayscale: #444444. Windows color (decimal): -4975342 or 1185204. OLE color: 1185204.
HSL color Cylindrical-coordinate representation of color #B41512: hue angle of 1.11º 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 #B41512 is Cyan = 0, Magento = 0.88, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 21 | 18 | - |
| CMYK | 0 | 0.88 | 0.9 | 0.29 |
| HSL | 1.11º | 0.82% | 0.39% | - |
| HSV(B) | 1.11º | 0.9% | 0.71% | - |
| XYZ | 19.2 | 10.28 | 1.55 | - |
| YUV | 68.2 | 99.68 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 18 | 0 | 0.88 | 0.9 | 0.29 | 1.11 | 0.82 | 0.39 |
| Hex | B4 | 15 | 12 | 0 | 58 | 5A | 1D | 1 | 52 | 27 |
| Octal | 264 | 25 | 22 | 0 | 130 | 132 | 35 | 1 | 122 | 47 |
| Binary | 10110100 | 10101 | 10010 | 0 | 1011000 | 1011010 | 11101 | 1 | 1010010 | 100111 |
Color Harmonies of #B41512
Complementary color
Monochromatic Colors of #B41512
Black with #B41512
Text Example
Text Example
White with #B41512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41512; }
p { color: rgb(180,21,18); }
H1.HeaderClassName
{
color: #B41512;
}
.AnyTagClassName
{
color: #B41512;
}
</style>
background-color css
<style>
a { background-color: #B41512; }
a { background-color: rgb(180,21,18); }
div.DivClassName
{
background-color: #B41512;
}
.BgClassName
{
background-color: #B41512;
}
</style>
border-color css
<style>
span { border-color: #B41512; }
span { border-color: rgb(180,21,18); }
td.TdClassName
{
border-color: #B41512;
}
.TagClassName
{
border-color: #B41512;
}
</style>