Shades of Fire Brick #B3211D
Tints of Fire Brick #B3211D
RGB
CMYK
RGB Variations
Color information
#B3211D (or 0xB3211D) is known color: Fire Brick. HEX triplet: B3, 21 and 1D. RGB value is (179,33,29). Sum of RGB (Red+Green+Blue) = 179+33+29=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B3211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3211D is #4CDEE2. Grayscale: #4C4C4C. Windows color (decimal): -5037795 or 1909171. OLE color: 1909171.
HSL color Cylindrical-coordinate representation of color #B3211D: hue angle of 1.6º degrees, saturation: 0.72, 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 #B3211D is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 29 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.30 |
| HSL | 1.6º | 0.72% | 0.41% | - |
| HSV(B) | 1.6º | 0.84% | 0.7% | - |
| XYZ | 19.36 | 10.76 | 2.22 | - |
| YUV | 76.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 29 | 0 | 0.82 | 0.84 | 0.30 | 1.6 | 0.72 | 0.41 |
| Hex | B3 | 21 | 1D | 0 | 52 | 54 | 1E | 2 | 48 | 29 |
| Octal | 263 | 41 | 35 | 0 | 122 | 124 | 36 | 2 | 110 | 51 |
| Binary | 10110011 | 100001 | 11101 | 0 | 1010010 | 1010100 | 11110 | 10 | 1001000 | 101001 |
Color Harmonies of #B3211D
Complementary color
Monochromatic Colors of #B3211D
Black with #B3211D
Text Example
Text Example
White with #B3211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3211D; }
p { color: rgb(179,33,29); }
H1.HeaderClassName
{
color: #B3211D;
}
.AnyTagClassName
{
color: #B3211D;
}
</style>
background-color css
<style>
a { background-color: #B3211D; }
a { background-color: rgb(179,33,29); }
div.DivClassName
{
background-color: #B3211D;
}
.BgClassName
{
background-color: #B3211D;
}
</style>
border-color css
<style>
span { border-color: #B3211D; }
span { border-color: rgb(179,33,29); }
td.TdClassName
{
border-color: #B3211D;
}
.TagClassName
{
border-color: #B3211D;
}
</style>