Shades of Fire Brick #B52C1F
Tints of Fire Brick #B52C1F
RGB
CMYK
RGB Variations
Color information
#B52C1F (or 0xB52C1F) is known color: Fire Brick. HEX triplet: B5, 2C and 1F. RGB value is (181,44,31). Sum of RGB (Red+Green+Blue) = 181+44+31=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52C1F is #4AD3E0. Grayscale: #535353. Windows color (decimal): -4903905 or 2043061. OLE color: 2043061.
HSL color Cylindrical-coordinate representation of color #B52C1F: hue angle of 5.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B52C1F is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 31 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.29 |
| HSL | 5.2º | 0.71% | 0.42% | - |
| HSV(B) | 5.2º | 0.83% | 0.71% | - |
| XYZ | 20.2 | 11.72 | 2.49 | - |
| YUV | 83.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 31 | 0 | 0.76 | 0.83 | 0.29 | 5.2 | 0.71 | 0.42 |
| Hex | B5 | 2C | 1F | 0 | 4C | 53 | 1D | 5 | 47 | 2A |
| Octal | 265 | 54 | 37 | 0 | 114 | 123 | 35 | 5 | 107 | 52 |
| Binary | 10110101 | 101100 | 11111 | 0 | 1001100 | 1010011 | 11101 | 101 | 1000111 | 101010 |
Color Harmonies of #B52C1F
Complementary color
Monochromatic Colors of #B52C1F
Black with #B52C1F
Text Example
Text Example
White with #B52C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C1F; }
p { color: rgb(181,44,31); }
H1.HeaderClassName
{
color: #B52C1F;
}
.AnyTagClassName
{
color: #B52C1F;
}
</style>
background-color css
<style>
a { background-color: #B52C1F; }
a { background-color: rgb(181,44,31); }
div.DivClassName
{
background-color: #B52C1F;
}
.BgClassName
{
background-color: #B52C1F;
}
</style>
border-color css
<style>
span { border-color: #B52C1F; }
span { border-color: rgb(181,44,31); }
td.TdClassName
{
border-color: #B52C1F;
}
.TagClassName
{
border-color: #B52C1F;
}
</style>