Shades of Fire Brick #B12B23
Tints of Fire Brick #B12B23
RGB
CMYK
RGB Variations
Color information
#B12B23 (or 0xB12B23) is known color: Fire Brick. HEX triplet: B1, 2B and 23. RGB value is (177,43,35). Sum of RGB (Red+Green+Blue) = 177+43+35=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12B23 is #4ED4DC. Grayscale: #525252. Windows color (decimal): -5166301 or 2304945. OLE color: 2304945.
HSL color Cylindrical-coordinate representation of color #B12B23: hue angle of 3.38º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12B23 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 43 | 35 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.31 |
| HSL | 3.38º | 0.67% | 0.42% | - |
| HSV(B) | 3.38º | 0.8% | 0.69% | - |
| XYZ | 19.3 | 11.2 | 2.73 | - |
| YUV | 82.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 35 | 0 | 0.76 | 0.80 | 0.31 | 3.38 | 0.67 | 0.42 |
| Hex | B1 | 2B | 23 | 0 | 4C | 50 | 1F | 3 | 43 | 2A |
| Octal | 261 | 53 | 43 | 0 | 114 | 120 | 37 | 3 | 103 | 52 |
| Binary | 10110001 | 101011 | 100011 | 0 | 1001100 | 1010000 | 11111 | 11 | 1000011 | 101010 |
Color Harmonies of #B12B23
Complementary color
Monochromatic Colors of #B12B23
Black with #B12B23
Text Example
Text Example
White with #B12B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12B23; }
p { color: rgb(177,43,35); }
H1.HeaderClassName
{
color: #B12B23;
}
.AnyTagClassName
{
color: #B12B23;
}
</style>
background-color css
<style>
a { background-color: #B12B23; }
a { background-color: rgb(177,43,35); }
div.DivClassName
{
background-color: #B12B23;
}
.BgClassName
{
background-color: #B12B23;
}
</style>
border-color css
<style>
span { border-color: #B12B23; }
span { border-color: rgb(177,43,35); }
td.TdClassName
{
border-color: #B12B23;
}
.TagClassName
{
border-color: #B12B23;
}
</style>