Shades of Fire Brick #B52A1B
Tints of Fire Brick #B52A1B
RGB
CMYK
RGB Variations
Color information
#B52A1B (or 0xB52A1B) is known color: Fire Brick. HEX triplet: B5, 2A and 1B. RGB value is (181,42,27). Sum of RGB (Red+Green+Blue) = 181+42+27=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A1B is #4AD5E4. Grayscale: #525252. Windows color (decimal): -4904421 or 1780405. OLE color: 1780405.
HSL color Cylindrical-coordinate representation of color #B52A1B: hue angle of 5.84º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B52A1B is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 27 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.29 |
| HSL | 5.84º | 0.74% | 0.41% | - |
| HSV(B) | 5.84º | 0.85% | 0.71% | - |
| XYZ | 20.08 | 11.56 | 2.21 | - |
| YUV | 81.85 | 97.05 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 27 | 0 | 0.77 | 0.85 | 0.29 | 5.84 | 0.74 | 0.41 |
| Hex | B5 | 2A | 1B | 0 | 4D | 55 | 1D | 6 | 4A | 29 |
| Octal | 265 | 52 | 33 | 0 | 115 | 125 | 35 | 6 | 112 | 51 |
| Binary | 10110101 | 101010 | 11011 | 0 | 1001101 | 1010101 | 11101 | 110 | 1001010 | 101001 |
Color Harmonies of #B52A1B
Complementary color
Monochromatic Colors of #B52A1B
Black with #B52A1B
Text Example
Text Example
White with #B52A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A1B; }
p { color: rgb(181,42,27); }
H1.HeaderClassName
{
color: #B52A1B;
}
.AnyTagClassName
{
color: #B52A1B;
}
</style>
background-color css
<style>
a { background-color: #B52A1B; }
a { background-color: rgb(181,42,27); }
div.DivClassName
{
background-color: #B52A1B;
}
.BgClassName
{
background-color: #B52A1B;
}
</style>
border-color css
<style>
span { border-color: #B52A1B; }
span { border-color: rgb(181,42,27); }
td.TdClassName
{
border-color: #B52A1B;
}
.TagClassName
{
border-color: #B52A1B;
}
</style>