Shades of Fire Brick #B3201E
Tints of Fire Brick #B3201E
RGB
CMYK
RGB Variations
Color information
#B3201E (or 0xB3201E) is known color: Fire Brick. HEX triplet: B3, 20 and 1E. RGB value is (179,32,30). Sum of RGB (Red+Green+Blue) = 179+32+30=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B3201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3201E is #4CDFE1. Grayscale: #4B4B4B. Windows color (decimal): -5038050 or 1974451. OLE color: 1974451.
HSL color Cylindrical-coordinate representation of color #B3201E: hue angle of 0.81º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3201E is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 30 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.30 |
| HSL | 0.81º | 0.71% | 0.41% | - |
| HSV(B) | 0.81º | 0.83% | 0.7% | - |
| XYZ | 19.34 | 10.71 | 2.28 | - |
| YUV | 75.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 30 | 0 | 0.82 | 0.83 | 0.30 | 0.81 | 0.71 | 0.41 |
| Hex | B3 | 20 | 1E | 0 | 52 | 53 | 1E | 1 | 47 | 29 |
| Octal | 263 | 40 | 36 | 0 | 122 | 123 | 36 | 1 | 107 | 51 |
| Binary | 10110011 | 100000 | 11110 | 0 | 1010010 | 1010011 | 11110 | 1 | 1000111 | 101001 |
Color Harmonies of #B3201E
Complementary color
Monochromatic Colors of #B3201E
Black with #B3201E
Text Example
Text Example
White with #B3201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3201E; }
p { color: rgb(179,32,30); }
H1.HeaderClassName
{
color: #B3201E;
}
.AnyTagClassName
{
color: #B3201E;
}
</style>
background-color css
<style>
a { background-color: #B3201E; }
a { background-color: rgb(179,32,30); }
div.DivClassName
{
background-color: #B3201E;
}
.BgClassName
{
background-color: #B3201E;
}
</style>
border-color css
<style>
span { border-color: #B3201E; }
span { border-color: rgb(179,32,30); }
td.TdClassName
{
border-color: #B3201E;
}
.TagClassName
{
border-color: #B3201E;
}
</style>