Shades of Fire Brick #B52C23
Tints of Fire Brick #B52C23
RGB
CMYK
RGB Variations
Color information
#B52C23 (or 0xB52C23) is known color: Fire Brick. HEX triplet: B5, 2C and 23. RGB value is (181,44,35). Sum of RGB (Red+Green+Blue) = 181+44+35=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52C23 is #4AD3DC. Grayscale: #545454. Windows color (decimal): -4903901 or 2305205. OLE color: 2305205.
HSL color Cylindrical-coordinate representation of color #B52C23: hue angle of 3.7º 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 #B52C23 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 35 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.29 |
| HSL | 3.7º | 0.68% | 0.42% | - |
| HSV(B) | 3.7º | 0.81% | 0.71% | - |
| XYZ | 20.26 | 11.75 | 2.79 | - |
| YUV | 83.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 35 | 0 | 0.76 | 0.81 | 0.29 | 3.7 | 0.68 | 0.42 |
| Hex | B5 | 2C | 23 | 0 | 4C | 51 | 1D | 4 | 44 | 2A |
| Octal | 265 | 54 | 43 | 0 | 114 | 121 | 35 | 4 | 104 | 52 |
| Binary | 10110101 | 101100 | 100011 | 0 | 1001100 | 1010001 | 11101 | 100 | 1000100 | 101010 |
Color Harmonies of #B52C23
Complementary color
Monochromatic Colors of #B52C23
Black with #B52C23
Text Example
Text Example
White with #B52C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C23; }
p { color: rgb(181,44,35); }
H1.HeaderClassName
{
color: #B52C23;
}
.AnyTagClassName
{
color: #B52C23;
}
</style>
background-color css
<style>
a { background-color: #B52C23; }
a { background-color: rgb(181,44,35); }
div.DivClassName
{
background-color: #B52C23;
}
.BgClassName
{
background-color: #B52C23;
}
</style>
border-color css
<style>
span { border-color: #B52C23; }
span { border-color: rgb(181,44,35); }
td.TdClassName
{
border-color: #B52C23;
}
.TagClassName
{
border-color: #B52C23;
}
</style>