Shades of Fire Brick #B12D21
Tints of Fire Brick #B12D21
RGB
CMYK
RGB Variations
Color information
#B12D21 (or 0xB12D21) is known color: Fire Brick. HEX triplet: B1, 2D and 21. RGB value is (177,45,33). Sum of RGB (Red+Green+Blue) = 177+45+33=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D21 is #4ED2DE. Grayscale: #535353. Windows color (decimal): -5165791 or 2174385. OLE color: 2174385.
HSL color Cylindrical-coordinate representation of color #B12D21: hue angle of 5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12D21 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 33 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.31 |
| HSL | 5º | 0.69% | 0.41% | - |
| HSV(B) | 5º | 0.81% | 0.69% | - |
| XYZ | 19.34 | 11.33 | 2.61 | - |
| YUV | 83.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 33 | 0 | 0.75 | 0.81 | 0.31 | 5 | 0.69 | 0.41 |
| Hex | B1 | 2D | 21 | 0 | 4B | 51 | 1F | 5 | 45 | 29 |
| Octal | 261 | 55 | 41 | 0 | 113 | 121 | 37 | 5 | 105 | 51 |
| Binary | 10110001 | 101101 | 100001 | 0 | 1001011 | 1010001 | 11111 | 101 | 1000101 | 101001 |
Color Harmonies of #B12D21
Complementary color
Monochromatic Colors of #B12D21
Black with #B12D21
Text Example
Text Example
White with #B12D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D21; }
p { color: rgb(177,45,33); }
H1.HeaderClassName
{
color: #B12D21;
}
.AnyTagClassName
{
color: #B12D21;
}
</style>
background-color css
<style>
a { background-color: #B12D21; }
a { background-color: rgb(177,45,33); }
div.DivClassName
{
background-color: #B12D21;
}
.BgClassName
{
background-color: #B12D21;
}
</style>
border-color css
<style>
span { border-color: #B12D21; }
span { border-color: rgb(177,45,33); }
td.TdClassName
{
border-color: #B12D21;
}
.TagClassName
{
border-color: #B12D21;
}
</style>