Shades of Fire Brick #B43322
Tints of Fire Brick #B43322
RGB
CMYK
RGB Variations
Color information
#B43322 (or 0xB43322) is known color: Fire Brick. HEX triplet: B4, 33 and 22. RGB value is (180,51,34). Sum of RGB (Red+Green+Blue) = 180+51+34=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B43322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43322 is #4BCCDD. Grayscale: #575757. Windows color (decimal): -4967646 or 2241460. OLE color: 2241460.
HSL color Cylindrical-coordinate representation of color #B43322: hue angle of 6.99º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B43322 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 34 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.29 |
| HSL | 6.99º | 0.68% | 0.42% | - |
| HSV(B) | 6.99º | 0.81% | 0.71% | - |
| XYZ | 20.29 | 12.19 | 2.8 | - |
| YUV | 87.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 34 | 0 | 0.72 | 0.81 | 0.29 | 6.99 | 0.68 | 0.42 |
| Hex | B4 | 33 | 22 | 0 | 48 | 51 | 1D | 7 | 44 | 2A |
| Octal | 264 | 63 | 42 | 0 | 110 | 121 | 35 | 7 | 104 | 52 |
| Binary | 10110100 | 110011 | 100010 | 0 | 1001000 | 1010001 | 11101 | 111 | 1000100 | 101010 |
Color Harmonies of #B43322
Complementary color
Monochromatic Colors of #B43322
Black with #B43322
Text Example
Text Example
White with #B43322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43322; }
p { color: rgb(180,51,34); }
H1.HeaderClassName
{
color: #B43322;
}
.AnyTagClassName
{
color: #B43322;
}
</style>
background-color css
<style>
a { background-color: #B43322; }
a { background-color: rgb(180,51,34); }
div.DivClassName
{
background-color: #B43322;
}
.BgClassName
{
background-color: #B43322;
}
</style>
border-color css
<style>
span { border-color: #B43322; }
span { border-color: rgb(180,51,34); }
td.TdClassName
{
border-color: #B43322;
}
.TagClassName
{
border-color: #B43322;
}
</style>