Shades of Fire Brick #B53028
Tints of Fire Brick #B53028
RGB
CMYK
RGB Variations
Color information
#B53028 (or 0xB53028) is known color: Fire Brick. HEX triplet: B5, 30 and 28. RGB value is (181,48,40). Sum of RGB (Red+Green+Blue) = 181+48+40=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B53028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53028 is #4ACFD7. Grayscale: #575757. Windows color (decimal): -4902872 or 2633909. OLE color: 2633909.
HSL color Cylindrical-coordinate representation of color #B53028: hue angle of 3.4º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B53028 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 40 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.29 |
| HSL | 3.4º | 0.64% | 0.43% | - |
| HSV(B) | 3.4º | 0.78% | 0.71% | - |
| XYZ | 20.5 | 12.09 | 3.26 | - |
| YUV | 86.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 40 | 0 | 0.73 | 0.78 | 0.29 | 3.4 | 0.64 | 0.43 |
| Hex | B5 | 30 | 28 | 0 | 49 | 4E | 1D | 3 | 40 | 2B |
| Octal | 265 | 60 | 50 | 0 | 111 | 116 | 35 | 3 | 100 | 53 |
| Binary | 10110101 | 110000 | 101000 | 0 | 1001001 | 1001110 | 11101 | 11 | 1000000 | 101011 |
Color Harmonies of #B53028
Complementary color
Monochromatic Colors of #B53028
Black with #B53028
Text Example
Text Example
White with #B53028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53028; }
p { color: rgb(181,48,40); }
H1.HeaderClassName
{
color: #B53028;
}
.AnyTagClassName
{
color: #B53028;
}
</style>
background-color css
<style>
a { background-color: #B53028; }
a { background-color: rgb(181,48,40); }
div.DivClassName
{
background-color: #B53028;
}
.BgClassName
{
background-color: #B53028;
}
</style>
border-color css
<style>
span { border-color: #B53028; }
span { border-color: rgb(181,48,40); }
td.TdClassName
{
border-color: #B53028;
}
.TagClassName
{
border-color: #B53028;
}
</style>