Shades of Fire Brick #B1321A
Tints of Fire Brick #B1321A
RGB
CMYK
RGB Variations
Color information
#B1321A (or 0xB1321A) is known color: Fire Brick. HEX triplet: B1, 32 and 1A. RGB value is (177,50,26). Sum of RGB (Red+Green+Blue) = 177+50+26=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1321A is #4ECDE5. Grayscale: #555555. Windows color (decimal): -5164518 or 1716913. OLE color: 1716913.
HSL color Cylindrical-coordinate representation of color #B1321A: hue angle of 9.54º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1321A is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 26 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.31 |
| HSL | 9.54º | 0.74% | 0.4% | - |
| HSV(B) | 9.54º | 0.85% | 0.69% | - |
| XYZ | 19.46 | 11.7 | 2.21 | - |
| YUV | 85.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 26 | 0 | 0.72 | 0.85 | 0.31 | 9.54 | 0.74 | 0.4 |
| Hex | B1 | 32 | 1A | 0 | 48 | 55 | 1F | A | 4A | 28 |
| Octal | 261 | 62 | 32 | 0 | 110 | 125 | 37 | 12 | 112 | 50 |
| Binary | 10110001 | 110010 | 11010 | 0 | 1001000 | 1010101 | 11111 | 1010 | 1001010 | 101000 |
Color Harmonies of #B1321A
Complementary color
Monochromatic Colors of #B1321A
Black with #B1321A
Text Example
Text Example
White with #B1321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1321A; }
p { color: rgb(177,50,26); }
H1.HeaderClassName
{
color: #B1321A;
}
.AnyTagClassName
{
color: #B1321A;
}
</style>
background-color css
<style>
a { background-color: #B1321A; }
a { background-color: rgb(177,50,26); }
div.DivClassName
{
background-color: #B1321A;
}
.BgClassName
{
background-color: #B1321A;
}
</style>
border-color css
<style>
span { border-color: #B1321A; }
span { border-color: rgb(177,50,26); }
td.TdClassName
{
border-color: #B1321A;
}
.TagClassName
{
border-color: #B1321A;
}
</style>