Shades of Fire Brick #B1231D
Tints of Fire Brick #B1231D
RGB
CMYK
RGB Variations
Color information
#B1231D (or 0xB1231D) is known color: Fire Brick. HEX triplet: B1, 23 and 1D. RGB value is (177,35,29). Sum of RGB (Red+Green+Blue) = 177+35+29=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1231D is #4EDCE2. Grayscale: #4C4C4C. Windows color (decimal): -5168355 or 1909681. OLE color: 1909681.
HSL color Cylindrical-coordinate representation of color #B1231D: hue angle of 2.43º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1231D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 29 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.31 |
| HSL | 2.43º | 0.72% | 0.4% | - |
| HSV(B) | 2.43º | 0.84% | 0.69% | - |
| XYZ | 18.95 | 10.64 | 2.22 | - |
| YUV | 76.77 | 101.04 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 29 | 0 | 0.80 | 0.84 | 0.31 | 2.43 | 0.72 | 0.4 |
| Hex | B1 | 23 | 1D | 0 | 50 | 54 | 1F | 2 | 48 | 28 |
| Octal | 261 | 43 | 35 | 0 | 120 | 124 | 37 | 2 | 110 | 50 |
| Binary | 10110001 | 100011 | 11101 | 0 | 1010000 | 1010100 | 11111 | 10 | 1001000 | 101000 |
Color Harmonies of #B1231D
Complementary color
Monochromatic Colors of #B1231D
Black with #B1231D
Text Example
Text Example
White with #B1231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1231D; }
p { color: rgb(177,35,29); }
H1.HeaderClassName
{
color: #B1231D;
}
.AnyTagClassName
{
color: #B1231D;
}
</style>
background-color css
<style>
a { background-color: #B1231D; }
a { background-color: rgb(177,35,29); }
div.DivClassName
{
background-color: #B1231D;
}
.BgClassName
{
background-color: #B1231D;
}
</style>
border-color css
<style>
span { border-color: #B1231D; }
span { border-color: rgb(177,35,29); }
td.TdClassName
{
border-color: #B1231D;
}
.TagClassName
{
border-color: #B1231D;
}
</style>