Shades of Fire Brick #B42812
Tints of Fire Brick #B42812
RGB
CMYK
RGB Variations
Color information
#B42812 (or 0xB42812) is known color: Fire Brick. HEX triplet: B4, 28 and 12. RGB value is (180,40,18). Sum of RGB (Red+Green+Blue) = 180+40+18=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B42812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42812 is #4BD7ED. Grayscale: #4F4F4F. Windows color (decimal): -4970478 or 1190068. OLE color: 1190068.
HSL color Cylindrical-coordinate representation of color #B42812: hue angle of 8.15º 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 #B42812 is Cyan = 0, Magento = 0.78, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 18 | - |
| CMYK | 0 | 0.78 | 0.9 | 0.29 |
| HSL | 8.15º | 0.82% | 0.39% | - |
| HSV(B) | 8.15º | 0.9% | 0.71% | - |
| XYZ | 19.69 | 11.26 | 1.71 | - |
| YUV | 79.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 18 | 0 | 0.78 | 0.9 | 0.29 | 8.15 | 0.82 | 0.39 |
| Hex | B4 | 28 | 12 | 0 | 4E | 5A | 1D | 8 | 52 | 27 |
| Octal | 264 | 50 | 22 | 0 | 116 | 132 | 35 | 10 | 122 | 47 |
| Binary | 10110100 | 101000 | 10010 | 0 | 1001110 | 1011010 | 11101 | 1000 | 1010010 | 100111 |
Color Harmonies of #B42812
Complementary color
Monochromatic Colors of #B42812
Black with #B42812
Text Example
Text Example
White with #B42812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42812; }
p { color: rgb(180,40,18); }
H1.HeaderClassName
{
color: #B42812;
}
.AnyTagClassName
{
color: #B42812;
}
</style>
background-color css
<style>
a { background-color: #B42812; }
a { background-color: rgb(180,40,18); }
div.DivClassName
{
background-color: #B42812;
}
.BgClassName
{
background-color: #B42812;
}
</style>
border-color css
<style>
span { border-color: #B42812; }
span { border-color: rgb(180,40,18); }
td.TdClassName
{
border-color: #B42812;
}
.TagClassName
{
border-color: #B42812;
}
</style>