Shades of Fire Brick #B81A18
Tints of Fire Brick #B81A18
RGB
CMYK
RGB Variations
Color information
#B81A18 (or 0xB81A18) is known color: Fire Brick. HEX triplet: B8, 1A and 18. RGB value is (184,26,24). Sum of RGB (Red+Green+Blue) = 184+26+24=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81A18 is #47E5E7. Grayscale: #494949. Windows color (decimal): -4711912 or 1579704. OLE color: 1579704.
HSL color Cylindrical-coordinate representation of color #B81A18: hue angle of 0.75º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81A18 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 24 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.28 |
| HSL | 0.75º | 0.77% | 0.41% | - |
| HSV(B) | 0.75º | 0.87% | 0.72% | - |
| XYZ | 20.3 | 11 | 1.92 | - |
| YUV | 73.01 | 100.35 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 24 | 0 | 0.86 | 0.87 | 0.28 | 0.75 | 0.77 | 0.41 |
| Hex | B8 | 1A | 18 | 0 | 56 | 57 | 1C | 1 | 4D | 29 |
| Octal | 270 | 32 | 30 | 0 | 126 | 127 | 34 | 1 | 115 | 51 |
| Binary | 10111000 | 11010 | 11000 | 0 | 1010110 | 1010111 | 11100 | 1 | 1001101 | 101001 |
Color Harmonies of #B81A18
Complementary color
Monochromatic Colors of #B81A18
Black with #B81A18
Text Example
Text Example
White with #B81A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81A18; }
p { color: rgb(184,26,24); }
H1.HeaderClassName
{
color: #B81A18;
}
.AnyTagClassName
{
color: #B81A18;
}
</style>
background-color css
<style>
a { background-color: #B81A18; }
a { background-color: rgb(184,26,24); }
div.DivClassName
{
background-color: #B81A18;
}
.BgClassName
{
background-color: #B81A18;
}
</style>
border-color css
<style>
span { border-color: #B81A18; }
span { border-color: rgb(184,26,24); }
td.TdClassName
{
border-color: #B81A18;
}
.TagClassName
{
border-color: #B81A18;
}
</style>