Shades of Fire Brick #B71A18
Tints of Fire Brick #B71A18
RGB
CMYK
RGB Variations
Color information
#B71A18 (or 0xB71A18) is known color: Fire Brick. HEX triplet: B7, 1A and 18. RGB value is (183,26,24). Sum of RGB (Red+Green+Blue) = 183+26+24=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71A18 is #48E5E7. Grayscale: #484848. Windows color (decimal): -4777448 or 1579703. OLE color: 1579703.
HSL color Cylindrical-coordinate representation of color #B71A18: 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 #B71A18 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 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.06 | 10.87 | 1.91 | - |
| YUV | 72.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 24 | 0 | 0.86 | 0.87 | 0.28 | 0.75 | 0.77 | 0.41 |
| Hex | B7 | 1A | 18 | 0 | 56 | 57 | 1C | 1 | 4D | 29 |
| Octal | 267 | 32 | 30 | 0 | 126 | 127 | 34 | 1 | 115 | 51 |
| Binary | 10110111 | 11010 | 11000 | 0 | 1010110 | 1010111 | 11100 | 1 | 1001101 | 101001 |
Color Harmonies of #B71A18
Complementary color
Monochromatic Colors of #B71A18
Black with #B71A18
Text Example
Text Example
White with #B71A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71A18; }
p { color: rgb(183,26,24); }
H1.HeaderClassName
{
color: #B71A18;
}
.AnyTagClassName
{
color: #B71A18;
}
</style>
background-color css
<style>
a { background-color: #B71A18; }
a { background-color: rgb(183,26,24); }
div.DivClassName
{
background-color: #B71A18;
}
.BgClassName
{
background-color: #B71A18;
}
</style>
border-color css
<style>
span { border-color: #B71A18; }
span { border-color: rgb(183,26,24); }
td.TdClassName
{
border-color: #B71A18;
}
.TagClassName
{
border-color: #B71A18;
}
</style>