Shades of Fire Brick #B52A22
Tints of Fire Brick #B52A22
RGB
CMYK
RGB Variations
Color information
#B52A22 (or 0xB52A22) is known color: Fire Brick. HEX triplet: B5, 2A and 22. RGB value is (181,42,34). Sum of RGB (Red+Green+Blue) = 181+42+34=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A22 is #4AD5DD. Grayscale: #525252. Windows color (decimal): -4904414 or 2239157. OLE color: 2239157.
HSL color Cylindrical-coordinate representation of color #B52A22: hue angle of 3.27º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52A22 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 34 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.29 |
| HSL | 3.27º | 0.68% | 0.42% | - |
| HSV(B) | 3.27º | 0.81% | 0.71% | - |
| XYZ | 20.17 | 11.6 | 2.69 | - |
| YUV | 82.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 34 | 0 | 0.77 | 0.81 | 0.29 | 3.27 | 0.68 | 0.42 |
| Hex | B5 | 2A | 22 | 0 | 4D | 51 | 1D | 3 | 44 | 2A |
| Octal | 265 | 52 | 42 | 0 | 115 | 121 | 35 | 3 | 104 | 52 |
| Binary | 10110101 | 101010 | 100010 | 0 | 1001101 | 1010001 | 11101 | 11 | 1000100 | 101010 |
Color Harmonies of #B52A22
Complementary color
Monochromatic Colors of #B52A22
Black with #B52A22
Text Example
Text Example
White with #B52A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A22; }
p { color: rgb(181,42,34); }
H1.HeaderClassName
{
color: #B52A22;
}
.AnyTagClassName
{
color: #B52A22;
}
</style>
background-color css
<style>
a { background-color: #B52A22; }
a { background-color: rgb(181,42,34); }
div.DivClassName
{
background-color: #B52A22;
}
.BgClassName
{
background-color: #B52A22;
}
</style>
border-color css
<style>
span { border-color: #B52A22; }
span { border-color: rgb(181,42,34); }
td.TdClassName
{
border-color: #B52A22;
}
.TagClassName
{
border-color: #B52A22;
}
</style>