Shades of Fire Brick #B43122
Tints of Fire Brick #B43122
RGB
CMYK
RGB Variations
Color information
#B43122 (or 0xB43122) is known color: Fire Brick. HEX triplet: B4, 31 and 22. RGB value is (180,49,34). Sum of RGB (Red+Green+Blue) = 180+49+34=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B43122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43122 is #4BCEDD. Grayscale: #565656. Windows color (decimal): -4968158 or 2240948. OLE color: 2240948.
HSL color Cylindrical-coordinate representation of color #B43122: hue angle of 6.16º 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 #B43122 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 34 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.29 |
| HSL | 6.16º | 0.68% | 0.42% | - |
| HSV(B) | 6.16º | 0.81% | 0.71% | - |
| XYZ | 20.21 | 12.02 | 2.77 | - |
| YUV | 86.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 34 | 0 | 0.73 | 0.81 | 0.29 | 6.16 | 0.68 | 0.42 |
| Hex | B4 | 31 | 22 | 0 | 49 | 51 | 1D | 6 | 44 | 2A |
| Octal | 264 | 61 | 42 | 0 | 111 | 121 | 35 | 6 | 104 | 52 |
| Binary | 10110100 | 110001 | 100010 | 0 | 1001001 | 1010001 | 11101 | 110 | 1000100 | 101010 |
Color Harmonies of #B43122
Complementary color
Monochromatic Colors of #B43122
Black with #B43122
Text Example
Text Example
White with #B43122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43122; }
p { color: rgb(180,49,34); }
H1.HeaderClassName
{
color: #B43122;
}
.AnyTagClassName
{
color: #B43122;
}
</style>
background-color css
<style>
a { background-color: #B43122; }
a { background-color: rgb(180,49,34); }
div.DivClassName
{
background-color: #B43122;
}
.BgClassName
{
background-color: #B43122;
}
</style>
border-color css
<style>
span { border-color: #B43122; }
span { border-color: rgb(180,49,34); }
td.TdClassName
{
border-color: #B43122;
}
.TagClassName
{
border-color: #B43122;
}
</style>