Shades of Fire Brick #B7281F
Tints of Fire Brick #B7281F
RGB
CMYK
RGB Variations
Color information
#B7281F (or 0xB7281F) is known color: Fire Brick. HEX triplet: B7, 28 and 1F. RGB value is (183,40,31). Sum of RGB (Red+Green+Blue) = 183+40+31=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B7281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7281F is #48D7E0. Grayscale: #515151. Windows color (decimal): -4773857 or 2042039. OLE color: 2042039.
HSL color Cylindrical-coordinate representation of color #B7281F: hue angle of 3.55º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7281F is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 31 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.28 |
| HSL | 3.55º | 0.71% | 0.42% | - |
| HSV(B) | 3.55º | 0.83% | 0.72% | - |
| XYZ | 20.53 | 11.68 | 2.47 | - |
| YUV | 81.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 31 | 0 | 0.78 | 0.83 | 0.28 | 3.55 | 0.71 | 0.42 |
| Hex | B7 | 28 | 1F | 0 | 4E | 53 | 1C | 4 | 47 | 2A |
| Octal | 267 | 50 | 37 | 0 | 116 | 123 | 34 | 4 | 107 | 52 |
| Binary | 10110111 | 101000 | 11111 | 0 | 1001110 | 1010011 | 11100 | 100 | 1000111 | 101010 |
Color Harmonies of #B7281F
Complementary color
Monochromatic Colors of #B7281F
Black with #B7281F
Text Example
Text Example
White with #B7281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7281F; }
p { color: rgb(183,40,31); }
H1.HeaderClassName
{
color: #B7281F;
}
.AnyTagClassName
{
color: #B7281F;
}
</style>
background-color css
<style>
a { background-color: #B7281F; }
a { background-color: rgb(183,40,31); }
div.DivClassName
{
background-color: #B7281F;
}
.BgClassName
{
background-color: #B7281F;
}
</style>
border-color css
<style>
span { border-color: #B7281F; }
span { border-color: rgb(183,40,31); }
td.TdClassName
{
border-color: #B7281F;
}
.TagClassName
{
border-color: #B7281F;
}
</style>