Shades of Fire Brick #B8302D
Tints of Fire Brick #B8302D
RGB
CMYK
RGB Variations
Color information
#B8302D (or 0xB8302D) is known color: Fire Brick. HEX triplet: B8, 30 and 2D. RGB value is (184,48,45). Sum of RGB (Red+Green+Blue) = 184+48+45=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8302D is #47CFD2. Grayscale: #585858. Windows color (decimal): -4706259 or 2961592. OLE color: 2961592.
HSL color Cylindrical-coordinate representation of color #B8302D: hue angle of 1.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8302D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 45 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.28 |
| HSL | 1.29º | 0.61% | 0.45% | - |
| HSV(B) | 1.29º | 0.76% | 0.72% | - |
| XYZ | 21.3 | 12.49 | 3.77 | - |
| YUV | 88.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 45 | 0 | 0.74 | 0.76 | 0.28 | 1.29 | 0.61 | 0.45 |
| Hex | B8 | 30 | 2D | 0 | 4A | 4C | 1C | 1 | 3D | 2D |
| Octal | 270 | 60 | 55 | 0 | 112 | 114 | 34 | 1 | 75 | 55 |
| Binary | 10111000 | 110000 | 101101 | 0 | 1001010 | 1001100 | 11100 | 1 | 111101 | 101101 |
Color Harmonies of #B8302D
Complementary color
Monochromatic Colors of #B8302D
Black with #B8302D
Text Example
Text Example
White with #B8302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8302D; }
p { color: rgb(184,48,45); }
H1.HeaderClassName
{
color: #B8302D;
}
.AnyTagClassName
{
color: #B8302D;
}
</style>
background-color css
<style>
a { background-color: #B8302D; }
a { background-color: rgb(184,48,45); }
div.DivClassName
{
background-color: #B8302D;
}
.BgClassName
{
background-color: #B8302D;
}
</style>
border-color css
<style>
span { border-color: #B8302D; }
span { border-color: rgb(184,48,45); }
td.TdClassName
{
border-color: #B8302D;
}
.TagClassName
{
border-color: #B8302D;
}
</style>