Shades of Fire Brick #B32619
Tints of Fire Brick #B32619
RGB
CMYK
RGB Variations
Color information
#B32619 (or 0xB32619) is known color: Fire Brick. HEX triplet: B3, 26 and 19. RGB value is (179,38,25). Sum of RGB (Red+Green+Blue) = 179+38+25=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B32619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32619 is #4CD9E6. Grayscale: #4E4E4E. Windows color (decimal): -5036519 or 1648307. OLE color: 1648307.
HSL color Cylindrical-coordinate representation of color #B32619: hue angle of 5.06º 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 #B32619 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 25 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.30 |
| HSL | 5.06º | 0.75% | 0.4% | - |
| HSV(B) | 5.06º | 0.86% | 0.7% | - |
| XYZ | 19.46 | 11.04 | 2.03 | - |
| YUV | 78.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 25 | 0 | 0.79 | 0.86 | 0.30 | 5.06 | 0.75 | 0.4 |
| Hex | B3 | 26 | 19 | 0 | 4F | 56 | 1E | 5 | 4B | 28 |
| Octal | 263 | 46 | 31 | 0 | 117 | 126 | 36 | 5 | 113 | 50 |
| Binary | 10110011 | 100110 | 11001 | 0 | 1001111 | 1010110 | 11110 | 101 | 1001011 | 101000 |
Color Harmonies of #B32619
Complementary color
Monochromatic Colors of #B32619
Black with #B32619
Text Example
Text Example
White with #B32619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32619; }
p { color: rgb(179,38,25); }
H1.HeaderClassName
{
color: #B32619;
}
.AnyTagClassName
{
color: #B32619;
}
</style>
background-color css
<style>
a { background-color: #B32619; }
a { background-color: rgb(179,38,25); }
div.DivClassName
{
background-color: #B32619;
}
.BgClassName
{
background-color: #B32619;
}
</style>
border-color css
<style>
span { border-color: #B32619; }
span { border-color: rgb(179,38,25); }
td.TdClassName
{
border-color: #B32619;
}
.TagClassName
{
border-color: #B32619;
}
</style>