Shades of Fire Brick #B52727
Tints of Fire Brick #B52727
RGB
CMYK
RGB Variations
Color information
#B52727 (or 0xB52727) is known color: Fire Brick. HEX triplet: B5, 27 and 27. RGB value is (181,39,39). Sum of RGB (Red+Green+Blue) = 181+39+39=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B52727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52727 is #4AD8D8. Grayscale: #515151. Windows color (decimal): -4905177 or 2566069. OLE color: 2566069.
HSL color Cylindrical-coordinate representation of color #B52727: hue angle of 0º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52727 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 39 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.29 |
| HSL | 0º | 0.65% | 0.43% | - |
| HSV(B) | 0º | 0.78% | 0.71% | - |
| XYZ | 20.15 | 11.42 | 3.06 | - |
| YUV | 81.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 39 | 0 | 0.78 | 0.78 | 0.29 | 0 | 0.65 | 0.43 |
| Hex | B5 | 27 | 27 | 0 | 4E | 4E | 1D | 0 | 41 | 2B |
| Octal | 265 | 47 | 47 | 0 | 116 | 116 | 35 | 0 | 101 | 53 |
| Binary | 10110101 | 100111 | 100111 | 0 | 1001110 | 1001110 | 11101 | 0 | 1000001 | 101011 |
Color Harmonies of #B52727
Complementary color
Monochromatic Colors of #B52727
Black with #B52727
Text Example
Text Example
White with #B52727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52727; }
p { color: rgb(181,39,39); }
H1.HeaderClassName
{
color: #B52727;
}
.AnyTagClassName
{
color: #B52727;
}
</style>
background-color css
<style>
a { background-color: #B52727; }
a { background-color: rgb(181,39,39); }
div.DivClassName
{
background-color: #B52727;
}
.BgClassName
{
background-color: #B52727;
}
</style>
border-color css
<style>
span { border-color: #B52727; }
span { border-color: rgb(181,39,39); }
td.TdClassName
{
border-color: #B52727;
}
.TagClassName
{
border-color: #B52727;
}
</style>