Shades of Fire Brick #B12727
Tints of Fire Brick #B12727
RGB
CMYK
RGB Variations
Color information
#B12727 (or 0xB12727) is known color: Fire Brick. HEX triplet: B1, 27 and 27. RGB value is (177,39,39). Sum of RGB (Red+Green+Blue) = 177+39+39=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B12727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12727 is #4ED8D8. Grayscale: #505050. Windows color (decimal): -5167321 or 2566065. OLE color: 2566065.
HSL color Cylindrical-coordinate representation of color #B12727: hue angle of 0º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12727 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 39 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.31 |
| HSL | 0º | 0.64% | 0.42% | - |
| HSV(B) | 0º | 0.78% | 0.69% | - |
| XYZ | 19.22 | 10.94 | 3.02 | - |
| YUV | 80.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 39 | 0 | 0.78 | 0.78 | 0.31 | 0 | 0.64 | 0.42 |
| Hex | B1 | 27 | 27 | 0 | 4E | 4E | 1F | 0 | 40 | 2A |
| Octal | 261 | 47 | 47 | 0 | 116 | 116 | 37 | 0 | 100 | 52 |
| Binary | 10110001 | 100111 | 100111 | 0 | 1001110 | 1001110 | 11111 | 0 | 1000000 | 101010 |
Color Harmonies of #B12727
Complementary color
Monochromatic Colors of #B12727
Black with #B12727
Text Example
Text Example
White with #B12727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12727; }
p { color: rgb(177,39,39); }
H1.HeaderClassName
{
color: #B12727;
}
.AnyTagClassName
{
color: #B12727;
}
</style>
background-color css
<style>
a { background-color: #B12727; }
a { background-color: rgb(177,39,39); }
div.DivClassName
{
background-color: #B12727;
}
.BgClassName
{
background-color: #B12727;
}
</style>
border-color css
<style>
span { border-color: #B12727; }
span { border-color: rgb(177,39,39); }
td.TdClassName
{
border-color: #B12727;
}
.TagClassName
{
border-color: #B12727;
}
</style>