Shades of Fire Brick #B52F21
Tints of Fire Brick #B52F21
RGB
CMYK
RGB Variations
Color information
#B52F21 (or 0xB52F21) is known color: Fire Brick. HEX triplet: B5, 2F and 21. RGB value is (181,47,33). Sum of RGB (Red+Green+Blue) = 181+47+33=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F21 is #4AD0DE. Grayscale: #555555. Windows color (decimal): -4903135 or 2174901. OLE color: 2174901.
HSL color Cylindrical-coordinate representation of color #B52F21: hue angle of 5.68º 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 #B52F21 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 33 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.29 |
| HSL | 5.68º | 0.69% | 0.42% | - |
| HSV(B) | 5.68º | 0.82% | 0.71% | - |
| XYZ | 20.35 | 11.97 | 2.68 | - |
| YUV | 85.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 33 | 0 | 0.74 | 0.82 | 0.29 | 5.68 | 0.69 | 0.42 |
| Hex | B5 | 2F | 21 | 0 | 4A | 52 | 1D | 6 | 45 | 2A |
| Octal | 265 | 57 | 41 | 0 | 112 | 122 | 35 | 6 | 105 | 52 |
| Binary | 10110101 | 101111 | 100001 | 0 | 1001010 | 1010010 | 11101 | 110 | 1000101 | 101010 |
Color Harmonies of #B52F21
Complementary color
Monochromatic Colors of #B52F21
Black with #B52F21
Text Example
Text Example
White with #B52F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F21; }
p { color: rgb(181,47,33); }
H1.HeaderClassName
{
color: #B52F21;
}
.AnyTagClassName
{
color: #B52F21;
}
</style>
background-color css
<style>
a { background-color: #B52F21; }
a { background-color: rgb(181,47,33); }
div.DivClassName
{
background-color: #B52F21;
}
.BgClassName
{
background-color: #B52F21;
}
</style>
border-color css
<style>
span { border-color: #B52F21; }
span { border-color: rgb(181,47,33); }
td.TdClassName
{
border-color: #B52F21;
}
.TagClassName
{
border-color: #B52F21;
}
</style>