Shades of Fire Brick #B1230D
Tints of Fire Brick #B1230D
RGB
CMYK
RGB Variations
Color information
#B1230D (or 0xB1230D) is known color: Fire Brick. HEX triplet: B1, 23 and 0D. RGB value is (177,35,13). Sum of RGB (Red+Green+Blue) = 177+35+13=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1230D is #4EDCF2. Grayscale: #4B4B4B. Windows color (decimal): -5168371 or 861105. OLE color: 861105.
HSL color Cylindrical-coordinate representation of color #B1230D: hue angle of 8.05º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1230D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.31 |
| HSL | 8.05º | 0.86% | 0.37% | - |
| HSV(B) | 8.05º | 0.93% | 0.69% | - |
| XYZ | 18.81 | 10.58 | 1.43 | - |
| YUV | 74.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 13 | 0 | 0.80 | 0.93 | 0.31 | 8.05 | 0.86 | 0.37 |
| Hex | B1 | 23 | D | 0 | 50 | 5D | 1F | 8 | 56 | 25 |
| Octal | 261 | 43 | 15 | 0 | 120 | 135 | 37 | 10 | 126 | 45 |
| Binary | 10110001 | 100011 | 1101 | 0 | 1010000 | 1011101 | 11111 | 1000 | 1010110 | 100101 |
Color Harmonies of #B1230D
Complementary color
Monochromatic Colors of #B1230D
Black with #B1230D
Text Example
Text Example
White with #B1230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1230D; }
p { color: rgb(177,35,13); }
H1.HeaderClassName
{
color: #B1230D;
}
.AnyTagClassName
{
color: #B1230D;
}
</style>
background-color css
<style>
a { background-color: #B1230D; }
a { background-color: rgb(177,35,13); }
div.DivClassName
{
background-color: #B1230D;
}
.BgClassName
{
background-color: #B1230D;
}
</style>
border-color css
<style>
span { border-color: #B1230D; }
span { border-color: rgb(177,35,13); }
td.TdClassName
{
border-color: #B1230D;
}
.TagClassName
{
border-color: #B1230D;
}
</style>