Shades of Fire Brick #B52C2A
Tints of Fire Brick #B52C2A
RGB
CMYK
RGB Variations
Color information
#B52C2A (or 0xB52C2A) is known color: Fire Brick. HEX triplet: B5, 2C and 2A. RGB value is (181,44,42). Sum of RGB (Red+Green+Blue) = 181+44+42=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52C2A is #4AD3D5. Grayscale: #545454. Windows color (decimal): -4903894 or 2763957. OLE color: 2763957.
HSL color Cylindrical-coordinate representation of color #B52C2A: hue angle of 0.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52C2A is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 42 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.29 |
| HSL | 0.86º | 0.62% | 0.44% | - |
| HSV(B) | 0.86º | 0.77% | 0.71% | - |
| XYZ | 20.37 | 11.79 | 3.39 | - |
| YUV | 84.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 42 | 0 | 0.76 | 0.77 | 0.29 | 0.86 | 0.62 | 0.44 |
| Hex | B5 | 2C | 2A | 0 | 4C | 4D | 1D | 1 | 3E | 2C |
| Octal | 265 | 54 | 52 | 0 | 114 | 115 | 35 | 1 | 76 | 54 |
| Binary | 10110101 | 101100 | 101010 | 0 | 1001100 | 1001101 | 11101 | 1 | 111110 | 101100 |
Color Harmonies of #B52C2A
Complementary color
Monochromatic Colors of #B52C2A
Black with #B52C2A
Text Example
Text Example
White with #B52C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C2A; }
p { color: rgb(181,44,42); }
H1.HeaderClassName
{
color: #B52C2A;
}
.AnyTagClassName
{
color: #B52C2A;
}
</style>
background-color css
<style>
a { background-color: #B52C2A; }
a { background-color: rgb(181,44,42); }
div.DivClassName
{
background-color: #B52C2A;
}
.BgClassName
{
background-color: #B52C2A;
}
</style>
border-color css
<style>
span { border-color: #B52C2A; }
span { border-color: rgb(181,44,42); }
td.TdClassName
{
border-color: #B52C2A;
}
.TagClassName
{
border-color: #B52C2A;
}
</style>