Shades of Fire Brick #B12A28
Tints of Fire Brick #B12A28
RGB
CMYK
RGB Variations
Color information
#B12A28 (or 0xB12A28) is known color: Fire Brick. HEX triplet: B1, 2A and 28. RGB value is (177,42,40). Sum of RGB (Red+Green+Blue) = 177+42+40=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12A28 is #4ED5D7. Grayscale: #525252. Windows color (decimal): -5166552 or 2632369. OLE color: 2632369.
HSL color Cylindrical-coordinate representation of color #B12A28: hue angle of 0.88º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12A28 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 42 | 40 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.31 |
| HSL | 0.88º | 0.63% | 0.43% | - |
| HSV(B) | 0.88º | 0.77% | 0.69% | - |
| XYZ | 19.34 | 11.16 | 3.14 | - |
| YUV | 82.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 42 | 40 | 0 | 0.76 | 0.77 | 0.31 | 0.88 | 0.63 | 0.43 |
| Hex | B1 | 2A | 28 | 0 | 4C | 4D | 1F | 1 | 3F | 2B |
| Octal | 261 | 52 | 50 | 0 | 114 | 115 | 37 | 1 | 77 | 53 |
| Binary | 10110001 | 101010 | 101000 | 0 | 1001100 | 1001101 | 11111 | 1 | 111111 | 101011 |
Color Harmonies of #B12A28
Complementary color
Monochromatic Colors of #B12A28
Black with #B12A28
Text Example
Text Example
White with #B12A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12A28; }
p { color: rgb(177,42,40); }
H1.HeaderClassName
{
color: #B12A28;
}
.AnyTagClassName
{
color: #B12A28;
}
</style>
background-color css
<style>
a { background-color: #B12A28; }
a { background-color: rgb(177,42,40); }
div.DivClassName
{
background-color: #B12A28;
}
.BgClassName
{
background-color: #B12A28;
}
</style>
border-color css
<style>
span { border-color: #B12A28; }
span { border-color: rgb(177,42,40); }
td.TdClassName
{
border-color: #B12A28;
}
.TagClassName
{
border-color: #B12A28;
}
</style>