Shades of Fire Brick #B43521
Tints of Fire Brick #B43521
RGB
CMYK
RGB Variations
Color information
#B43521 (or 0xB43521) is known color: Fire Brick. HEX triplet: B4, 35 and 21. RGB value is (180,53,33). Sum of RGB (Red+Green+Blue) = 180+53+33=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B43521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43521 is #4BCADE. Grayscale: #585858. Windows color (decimal): -4967135 or 2176436. OLE color: 2176436.
HSL color Cylindrical-coordinate representation of color #B43521: hue angle of 8.16º 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 #B43521 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 33 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.29 |
| HSL | 8.16º | 0.69% | 0.42% | - |
| HSV(B) | 8.16º | 0.82% | 0.71% | - |
| XYZ | 20.37 | 12.36 | 2.75 | - |
| YUV | 88.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 33 | 0 | 0.71 | 0.82 | 0.29 | 8.16 | 0.69 | 0.42 |
| Hex | B4 | 35 | 21 | 0 | 47 | 52 | 1D | 8 | 45 | 2A |
| Octal | 264 | 65 | 41 | 0 | 107 | 122 | 35 | 10 | 105 | 52 |
| Binary | 10110100 | 110101 | 100001 | 0 | 1000111 | 1010010 | 11101 | 1000 | 1000101 | 101010 |
Color Harmonies of #B43521
Complementary color
Monochromatic Colors of #B43521
Black with #B43521
Text Example
Text Example
White with #B43521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43521; }
p { color: rgb(180,53,33); }
H1.HeaderClassName
{
color: #B43521;
}
.AnyTagClassName
{
color: #B43521;
}
</style>
background-color css
<style>
a { background-color: #B43521; }
a { background-color: rgb(180,53,33); }
div.DivClassName
{
background-color: #B43521;
}
.BgClassName
{
background-color: #B43521;
}
</style>
border-color css
<style>
span { border-color: #B43521; }
span { border-color: rgb(180,53,33); }
td.TdClassName
{
border-color: #B43521;
}
.TagClassName
{
border-color: #B43521;
}
</style>