Shades of Fire Brick #B53320
Tints of Fire Brick #B53320
RGB
CMYK
RGB Variations
Color information
#B53320 (or 0xB53320) is known color: Fire Brick. HEX triplet: B5, 33 and 20. RGB value is (181,51,32). Sum of RGB (Red+Green+Blue) = 181+51+32=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B53320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53320 is #4ACCDF. Grayscale: #575757. Windows color (decimal): -4902112 or 2110389. OLE color: 2110389.
HSL color Cylindrical-coordinate representation of color #B53320: hue angle of 7.65º degrees, saturation: 0.7, 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 #B53320 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 32 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.29 |
| HSL | 7.65º | 0.7% | 0.42% | - |
| HSV(B) | 7.65º | 0.82% | 0.71% | - |
| XYZ | 20.5 | 12.3 | 2.66 | - |
| YUV | 87.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 32 | 0 | 0.72 | 0.82 | 0.29 | 7.65 | 0.7 | 0.42 |
| Hex | B5 | 33 | 20 | 0 | 48 | 52 | 1D | 8 | 46 | 2A |
| Octal | 265 | 63 | 40 | 0 | 110 | 122 | 35 | 10 | 106 | 52 |
| Binary | 10110101 | 110011 | 100000 | 0 | 1001000 | 1010010 | 11101 | 1000 | 1000110 | 101010 |
Color Harmonies of #B53320
Complementary color
Monochromatic Colors of #B53320
Black with #B53320
Text Example
Text Example
White with #B53320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53320; }
p { color: rgb(181,51,32); }
H1.HeaderClassName
{
color: #B53320;
}
.AnyTagClassName
{
color: #B53320;
}
</style>
background-color css
<style>
a { background-color: #B53320; }
a { background-color: rgb(181,51,32); }
div.DivClassName
{
background-color: #B53320;
}
.BgClassName
{
background-color: #B53320;
}
</style>
border-color css
<style>
span { border-color: #B53320; }
span { border-color: rgb(181,51,32); }
td.TdClassName
{
border-color: #B53320;
}
.TagClassName
{
border-color: #B53320;
}
</style>