Shades of Fire Brick #B32319
Tints of Fire Brick #B32319
RGB
CMYK
RGB Variations
Color information
#B32319 (or 0xB32319) is known color: Fire Brick. HEX triplet: B3, 23 and 19. RGB value is (179,35,25). Sum of RGB (Red+Green+Blue) = 179+35+25=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B32319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32319 is #4CDCE6. Grayscale: #4D4D4D. Windows color (decimal): -5037287 or 1647539. OLE color: 1647539.
HSL color Cylindrical-coordinate representation of color #B32319: hue angle of 3.9º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B32319 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 25 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.30 |
| HSL | 3.9º | 0.75% | 0.4% | - |
| HSV(B) | 3.9º | 0.86% | 0.7% | - |
| XYZ | 19.37 | 10.86 | 1.99 | - |
| YUV | 76.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 25 | 0 | 0.80 | 0.86 | 0.30 | 3.9 | 0.75 | 0.4 |
| Hex | B3 | 23 | 19 | 0 | 50 | 56 | 1E | 4 | 4B | 28 |
| Octal | 263 | 43 | 31 | 0 | 120 | 126 | 36 | 4 | 113 | 50 |
| Binary | 10110011 | 100011 | 11001 | 0 | 1010000 | 1010110 | 11110 | 100 | 1001011 | 101000 |
Color Harmonies of #B32319
Complementary color
Monochromatic Colors of #B32319
Black with #B32319
Text Example
Text Example
White with #B32319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32319; }
p { color: rgb(179,35,25); }
H1.HeaderClassName
{
color: #B32319;
}
.AnyTagClassName
{
color: #B32319;
}
</style>
background-color css
<style>
a { background-color: #B32319; }
a { background-color: rgb(179,35,25); }
div.DivClassName
{
background-color: #B32319;
}
.BgClassName
{
background-color: #B32319;
}
</style>
border-color css
<style>
span { border-color: #B32319; }
span { border-color: rgb(179,35,25); }
td.TdClassName
{
border-color: #B32319;
}
.TagClassName
{
border-color: #B32319;
}
</style>