Shades of Fire Brick #B1210D
Tints of Fire Brick #B1210D
RGB
CMYK
RGB Variations
Color information
#B1210D (or 0xB1210D) is known color: Fire Brick. HEX triplet: B1, 21 and 0D. RGB value is (177,33,13). Sum of RGB (Red+Green+Blue) = 177+33+13=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B1210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1210D is #4EDEF2. Grayscale: #4A4A4A. Windows color (decimal): -5168883 or 860593. OLE color: 860593.
HSL color Cylindrical-coordinate representation of color #B1210D: hue angle of 7.32º 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 #B1210D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.31 |
| HSL | 7.32º | 0.86% | 0.37% | - |
| HSV(B) | 7.32º | 0.93% | 0.69% | - |
| XYZ | 18.75 | 10.46 | 1.41 | - |
| YUV | 73.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 13 | 0 | 0.81 | 0.93 | 0.31 | 7.32 | 0.86 | 0.37 |
| Hex | B1 | 21 | D | 0 | 51 | 5D | 1F | 7 | 56 | 25 |
| Octal | 261 | 41 | 15 | 0 | 121 | 135 | 37 | 7 | 126 | 45 |
| Binary | 10110001 | 100001 | 1101 | 0 | 1010001 | 1011101 | 11111 | 111 | 1010110 | 100101 |
Color Harmonies of #B1210D
Complementary color
Monochromatic Colors of #B1210D
Black with #B1210D
Text Example
Text Example
White with #B1210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1210D; }
p { color: rgb(177,33,13); }
H1.HeaderClassName
{
color: #B1210D;
}
.AnyTagClassName
{
color: #B1210D;
}
</style>
background-color css
<style>
a { background-color: #B1210D; }
a { background-color: rgb(177,33,13); }
div.DivClassName
{
background-color: #B1210D;
}
.BgClassName
{
background-color: #B1210D;
}
</style>
border-color css
<style>
span { border-color: #B1210D; }
span { border-color: rgb(177,33,13); }
td.TdClassName
{
border-color: #B1210D;
}
.TagClassName
{
border-color: #B1210D;
}
</style>