Shades of Fire Brick #B8230D
Tints of Fire Brick #B8230D
RGB
CMYK
RGB Variations
Color information
#B8230D (or 0xB8230D) is known color: Fire Brick. HEX triplet: B8, 23 and 0D. RGB value is (184,35,13). Sum of RGB (Red+Green+Blue) = 184+35+13=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B8230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8230D is #47DCF2. Grayscale: #4D4D4D. Windows color (decimal): -4709619 or 861112. OLE color: 861112.
HSL color Cylindrical-coordinate representation of color #B8230D: hue angle of 7.72º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8230D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.28 |
| HSL | 7.72º | 0.87% | 0.39% | - |
| HSV(B) | 7.72º | 0.93% | 0.72% | - |
| XYZ | 20.44 | 11.42 | 1.51 | - |
| YUV | 77.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 13 | 0 | 0.81 | 0.93 | 0.28 | 7.72 | 0.87 | 0.39 |
| Hex | B8 | 23 | D | 0 | 51 | 5D | 1C | 8 | 57 | 27 |
| Octal | 270 | 43 | 15 | 0 | 121 | 135 | 34 | 10 | 127 | 47 |
| Binary | 10111000 | 100011 | 1101 | 0 | 1010001 | 1011101 | 11100 | 1000 | 1010111 | 100111 |
Color Harmonies of #B8230D
Complementary color
Monochromatic Colors of #B8230D
Black with #B8230D
Text Example
Text Example
White with #B8230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8230D; }
p { color: rgb(184,35,13); }
H1.HeaderClassName
{
color: #B8230D;
}
.AnyTagClassName
{
color: #B8230D;
}
</style>
background-color css
<style>
a { background-color: #B8230D; }
a { background-color: rgb(184,35,13); }
div.DivClassName
{
background-color: #B8230D;
}
.BgClassName
{
background-color: #B8230D;
}
</style>
border-color css
<style>
span { border-color: #B8230D; }
span { border-color: rgb(184,35,13); }
td.TdClassName
{
border-color: #B8230D;
}
.TagClassName
{
border-color: #B8230D;
}
</style>