Shades of Fire Brick #B7281D
Tints of Fire Brick #B7281D
RGB
CMYK
RGB Variations
Color information
#B7281D (or 0xB7281D) is known color: Fire Brick. HEX triplet: B7, 28 and 1D. RGB value is (183,40,29). Sum of RGB (Red+Green+Blue) = 183+40+29=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7281D is #48D7E2. Grayscale: #515151. Windows color (decimal): -4773859 or 1910967. OLE color: 1910967.
HSL color Cylindrical-coordinate representation of color #B7281D: hue angle of 4.29º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7281D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 29 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.28 |
| HSL | 4.29º | 0.73% | 0.42% | - |
| HSV(B) | 4.29º | 0.84% | 0.72% | - |
| XYZ | 20.51 | 11.67 | 2.33 | - |
| YUV | 81.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 29 | 0 | 0.78 | 0.84 | 0.28 | 4.29 | 0.73 | 0.42 |
| Hex | B7 | 28 | 1D | 0 | 4E | 54 | 1C | 4 | 49 | 2A |
| Octal | 267 | 50 | 35 | 0 | 116 | 124 | 34 | 4 | 111 | 52 |
| Binary | 10110111 | 101000 | 11101 | 0 | 1001110 | 1010100 | 11100 | 100 | 1001001 | 101010 |
Color Harmonies of #B7281D
Complementary color
Monochromatic Colors of #B7281D
Black with #B7281D
Text Example
Text Example
White with #B7281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7281D; }
p { color: rgb(183,40,29); }
H1.HeaderClassName
{
color: #B7281D;
}
.AnyTagClassName
{
color: #B7281D;
}
</style>
background-color css
<style>
a { background-color: #B7281D; }
a { background-color: rgb(183,40,29); }
div.DivClassName
{
background-color: #B7281D;
}
.BgClassName
{
background-color: #B7281D;
}
</style>
border-color css
<style>
span { border-color: #B7281D; }
span { border-color: rgb(183,40,29); }
td.TdClassName
{
border-color: #B7281D;
}
.TagClassName
{
border-color: #B7281D;
}
</style>