Shades of Fire Brick #B3200D
Tints of Fire Brick #B3200D
RGB
CMYK
RGB Variations
Color information
#B3200D (or 0xB3200D) is known color: Fire Brick. HEX triplet: B3, 20 and 0D. RGB value is (179,32,13). Sum of RGB (Red+Green+Blue) = 179+32+13=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B3200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3200D is #4CDFF2. Grayscale: #4A4A4A. Windows color (decimal): -5038067 or 860339. OLE color: 860339.
HSL color Cylindrical-coordinate representation of color #B3200D: hue angle of 6.87º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3200D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.30 |
| HSL | 6.87º | 0.86% | 0.38% | - |
| HSV(B) | 6.87º | 0.93% | 0.7% | - |
| XYZ | 19.18 | 10.65 | 1.42 | - |
| YUV | 73.79 | 93.7 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 13 | 0 | 0.82 | 0.93 | 0.30 | 6.87 | 0.86 | 0.38 |
| Hex | B3 | 20 | D | 0 | 52 | 5D | 1E | 7 | 56 | 26 |
| Octal | 263 | 40 | 15 | 0 | 122 | 135 | 36 | 7 | 126 | 46 |
| Binary | 10110011 | 100000 | 1101 | 0 | 1010010 | 1011101 | 11110 | 111 | 1010110 | 100110 |
Color Harmonies of #B3200D
Complementary color
Monochromatic Colors of #B3200D
Black with #B3200D
Text Example
Text Example
White with #B3200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3200D; }
p { color: rgb(179,32,13); }
H1.HeaderClassName
{
color: #B3200D;
}
.AnyTagClassName
{
color: #B3200D;
}
</style>
background-color css
<style>
a { background-color: #B3200D; }
a { background-color: rgb(179,32,13); }
div.DivClassName
{
background-color: #B3200D;
}
.BgClassName
{
background-color: #B3200D;
}
</style>
border-color css
<style>
span { border-color: #B3200D; }
span { border-color: rgb(179,32,13); }
td.TdClassName
{
border-color: #B3200D;
}
.TagClassName
{
border-color: #B3200D;
}
</style>