Shades of Fire Brick #B7230C
Tints of Fire Brick #B7230C
RGB
CMYK
RGB Variations
Color information
#B7230C (or 0xB7230C) is known color: Fire Brick. HEX triplet: B7, 23 and 0C. RGB value is (183,35,12). Sum of RGB (Red+Green+Blue) = 183+35+12=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B7230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7230C is #48DCF3. Grayscale: #4C4C4C. Windows color (decimal): -4775156 or 795575. OLE color: 795575.
HSL color Cylindrical-coordinate representation of color #B7230C: hue angle of 8.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7230C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.28 |
| HSL | 8.07º | 0.88% | 0.38% | - |
| HSV(B) | 8.07º | 0.93% | 0.72% | - |
| XYZ | 20.2 | 11.3 | 1.46 | - |
| YUV | 76.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 12 | 0 | 0.81 | 0.93 | 0.28 | 8.07 | 0.88 | 0.38 |
| Hex | B7 | 23 | C | 0 | 51 | 5D | 1C | 8 | 58 | 26 |
| Octal | 267 | 43 | 14 | 0 | 121 | 135 | 34 | 10 | 130 | 46 |
| Binary | 10110111 | 100011 | 1100 | 0 | 1010001 | 1011101 | 11100 | 1000 | 1011000 | 100110 |
Color Harmonies of #B7230C
Complementary color
Monochromatic Colors of #B7230C
Black with #B7230C
Text Example
Text Example
White with #B7230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7230C; }
p { color: rgb(183,35,12); }
H1.HeaderClassName
{
color: #B7230C;
}
.AnyTagClassName
{
color: #B7230C;
}
</style>
background-color css
<style>
a { background-color: #B7230C; }
a { background-color: rgb(183,35,12); }
div.DivClassName
{
background-color: #B7230C;
}
.BgClassName
{
background-color: #B7230C;
}
</style>
border-color css
<style>
span { border-color: #B7230C; }
span { border-color: rgb(183,35,12); }
td.TdClassName
{
border-color: #B7230C;
}
.TagClassName
{
border-color: #B7230C;
}
</style>