Shades of Fire Brick #B63121
Tints of Fire Brick #B63121
RGB
CMYK
RGB Variations
Color information
#B63121 (or 0xB63121) is known color: Fire Brick. HEX triplet: B6, 31 and 21. RGB value is (182,49,33). Sum of RGB (Red+Green+Blue) = 182+49+33=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B63121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63121 is #49CEDE. Grayscale: #575757. Windows color (decimal): -4837087 or 2175414. OLE color: 2175414.
HSL color Cylindrical-coordinate representation of color #B63121: hue angle of 6.44º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B63121 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 33 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.29 |
| HSL | 6.44º | 0.69% | 0.42% | - |
| HSV(B) | 6.44º | 0.82% | 0.71% | - |
| XYZ | 20.66 | 12.25 | 2.71 | - |
| YUV | 86.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 33 | 0 | 0.73 | 0.82 | 0.29 | 6.44 | 0.69 | 0.42 |
| Hex | B6 | 31 | 21 | 0 | 49 | 52 | 1D | 6 | 45 | 2A |
| Octal | 266 | 61 | 41 | 0 | 111 | 122 | 35 | 6 | 105 | 52 |
| Binary | 10110110 | 110001 | 100001 | 0 | 1001001 | 1010010 | 11101 | 110 | 1000101 | 101010 |
Color Harmonies of #B63121
Complementary color
Monochromatic Colors of #B63121
Black with #B63121
Text Example
Text Example
White with #B63121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63121; }
p { color: rgb(182,49,33); }
H1.HeaderClassName
{
color: #B63121;
}
.AnyTagClassName
{
color: #B63121;
}
</style>
background-color css
<style>
a { background-color: #B63121; }
a { background-color: rgb(182,49,33); }
div.DivClassName
{
background-color: #B63121;
}
.BgClassName
{
background-color: #B63121;
}
</style>
border-color css
<style>
span { border-color: #B63121; }
span { border-color: rgb(182,49,33); }
td.TdClassName
{
border-color: #B63121;
}
.TagClassName
{
border-color: #B63121;
}
</style>