Shades of Fire Brick #B3271C
Tints of Fire Brick #B3271C
RGB
CMYK
RGB Variations
Color information
#B3271C (or 0xB3271C) is known color: Fire Brick. HEX triplet: B3, 27 and 1C. RGB value is (179,39,28). Sum of RGB (Red+Green+Blue) = 179+39+28=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B3271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3271C is #4CD8E3. Grayscale: #4F4F4F. Windows color (decimal): -5036260 or 1845171. OLE color: 1845171.
HSL color Cylindrical-coordinate representation of color #B3271C: hue angle of 4.37º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3271C is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 28 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.30 |
| HSL | 4.37º | 0.73% | 0.41% | - |
| HSV(B) | 4.37º | 0.84% | 0.7% | - |
| XYZ | 19.53 | 11.12 | 2.22 | - |
| YUV | 79.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 28 | 0 | 0.78 | 0.84 | 0.30 | 4.37 | 0.73 | 0.41 |
| Hex | B3 | 27 | 1C | 0 | 4E | 54 | 1E | 4 | 49 | 29 |
| Octal | 263 | 47 | 34 | 0 | 116 | 124 | 36 | 4 | 111 | 51 |
| Binary | 10110011 | 100111 | 11100 | 0 | 1001110 | 1010100 | 11110 | 100 | 1001001 | 101001 |
Color Harmonies of #B3271C
Complementary color
Monochromatic Colors of #B3271C
Black with #B3271C
Text Example
Text Example
White with #B3271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3271C; }
p { color: rgb(179,39,28); }
H1.HeaderClassName
{
color: #B3271C;
}
.AnyTagClassName
{
color: #B3271C;
}
</style>
background-color css
<style>
a { background-color: #B3271C; }
a { background-color: rgb(179,39,28); }
div.DivClassName
{
background-color: #B3271C;
}
.BgClassName
{
background-color: #B3271C;
}
</style>
border-color css
<style>
span { border-color: #B3271C; }
span { border-color: rgb(179,39,28); }
td.TdClassName
{
border-color: #B3271C;
}
.TagClassName
{
border-color: #B3271C;
}
</style>