Shades of Fire Brick #B12725
Tints of Fire Brick #B12725
RGB
CMYK
RGB Variations
Color information
#B12725 (or 0xB12725) is known color: Fire Brick. HEX triplet: B1, 27 and 25. RGB value is (177,39,37). Sum of RGB (Red+Green+Blue) = 177+39+37=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B12725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12725 is #4ED8DA. Grayscale: #505050. Windows color (decimal): -5167323 or 2434993. OLE color: 2434993.
HSL color Cylindrical-coordinate representation of color #B12725: hue angle of 0.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12725 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 37 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.31 |
| HSL | 0.86º | 0.65% | 0.42% | - |
| HSV(B) | 0.86º | 0.79% | 0.69% | - |
| XYZ | 19.19 | 10.93 | 2.85 | - |
| YUV | 80.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 37 | 0 | 0.78 | 0.79 | 0.31 | 0.86 | 0.65 | 0.42 |
| Hex | B1 | 27 | 25 | 0 | 4E | 4F | 1F | 1 | 41 | 2A |
| Octal | 261 | 47 | 45 | 0 | 116 | 117 | 37 | 1 | 101 | 52 |
| Binary | 10110001 | 100111 | 100101 | 0 | 1001110 | 1001111 | 11111 | 1 | 1000001 | 101010 |
Color Harmonies of #B12725
Complementary color
Monochromatic Colors of #B12725
Black with #B12725
Text Example
Text Example
White with #B12725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12725; }
p { color: rgb(177,39,37); }
H1.HeaderClassName
{
color: #B12725;
}
.AnyTagClassName
{
color: #B12725;
}
</style>
background-color css
<style>
a { background-color: #B12725; }
a { background-color: rgb(177,39,37); }
div.DivClassName
{
background-color: #B12725;
}
.BgClassName
{
background-color: #B12725;
}
</style>
border-color css
<style>
span { border-color: #B12725; }
span { border-color: rgb(177,39,37); }
td.TdClassName
{
border-color: #B12725;
}
.TagClassName
{
border-color: #B12725;
}
</style>