Shades of Fire Brick #B52E2D
Tints of Fire Brick #B52E2D
RGB
CMYK
RGB Variations
Color information
#B52E2D (or 0xB52E2D) is known color: Fire Brick. HEX triplet: B5, 2E and 2D. RGB value is (181,46,45). Sum of RGB (Red+Green+Blue) = 181+46+45=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E2D is #4AD1D2. Grayscale: #565656. Windows color (decimal): -4903379 or 2961077. OLE color: 2961077.
HSL color Cylindrical-coordinate representation of color #B52E2D: hue angle of 0.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E2D is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 45 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.29 |
| HSL | 0.44º | 0.6% | 0.44% | - |
| HSV(B) | 0.44º | 0.75% | 0.71% | - |
| XYZ | 20.51 | 11.97 | 3.71 | - |
| YUV | 86.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 45 | 0 | 0.75 | 0.75 | 0.29 | 0.44 | 0.6 | 0.44 |
| Hex | B5 | 2E | 2D | 0 | 4B | 4B | 1D | 0 | 3C | 2C |
| Octal | 265 | 56 | 55 | 0 | 113 | 113 | 35 | 0 | 74 | 54 |
| Binary | 10110101 | 101110 | 101101 | 0 | 1001011 | 1001011 | 11101 | 0 | 111100 | 101100 |
Color Harmonies of #B52E2D
Complementary color
Monochromatic Colors of #B52E2D
Black with #B52E2D
Text Example
Text Example
White with #B52E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E2D; }
p { color: rgb(181,46,45); }
H1.HeaderClassName
{
color: #B52E2D;
}
.AnyTagClassName
{
color: #B52E2D;
}
</style>
background-color css
<style>
a { background-color: #B52E2D; }
a { background-color: rgb(181,46,45); }
div.DivClassName
{
background-color: #B52E2D;
}
.BgClassName
{
background-color: #B52E2D;
}
</style>
border-color css
<style>
span { border-color: #B52E2D; }
span { border-color: rgb(181,46,45); }
td.TdClassName
{
border-color: #B52E2D;
}
.TagClassName
{
border-color: #B52E2D;
}
</style>