Shades of Fire Brick #B31A08
Tints of Fire Brick #B31A08
RGB
CMYK
RGB Variations
Color information
#B31A08 (or 0xB31A08) is known color: Fire Brick. HEX triplet: B3, 1A and 08. RGB value is (179,26,8). Sum of RGB (Red+Green+Blue) = 179+26+8=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31A08 is #4CE5F7. Grayscale: #454545. Windows color (decimal): -5039608 or 531123. OLE color: 531123.
HSL color Cylindrical-coordinate representation of color #B31A08: hue angle of 6.32º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B31A08 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 8 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.30 |
| HSL | 6.32º | 0.91% | 0.37% | - |
| HSV(B) | 6.32º | 0.96% | 0.7% | - |
| XYZ | 19 | 10.34 | 1.22 | - |
| YUV | 69.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 8 | 0 | 0.85 | 0.96 | 0.30 | 6.32 | 0.91 | 0.37 |
| Hex | B3 | 1A | 8 | 0 | 55 | 60 | 1E | 6 | 5B | 25 |
| Octal | 263 | 32 | 10 | 0 | 125 | 140 | 36 | 6 | 133 | 45 |
| Binary | 10110011 | 11010 | 1000 | 0 | 1010101 | 1100000 | 11110 | 110 | 1011011 | 100101 |
Color Harmonies of #B31A08
Complementary color
Monochromatic Colors of #B31A08
Black with #B31A08
Text Example
Text Example
White with #B31A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A08; }
p { color: rgb(179,26,8); }
H1.HeaderClassName
{
color: #B31A08;
}
.AnyTagClassName
{
color: #B31A08;
}
</style>
background-color css
<style>
a { background-color: #B31A08; }
a { background-color: rgb(179,26,8); }
div.DivClassName
{
background-color: #B31A08;
}
.BgClassName
{
background-color: #B31A08;
}
</style>
border-color css
<style>
span { border-color: #B31A08; }
span { border-color: rgb(179,26,8); }
td.TdClassName
{
border-color: #B31A08;
}
.TagClassName
{
border-color: #B31A08;
}
</style>