Shades of Fire Brick #B52A2A
Tints of Fire Brick #B52A2A
RGB
CMYK
RGB Variations
Color information
#B52A2A (or 0xB52A2A) is known color: Fire Brick. HEX triplet: B5, 2A and 2A. RGB value is (181,42,42). Sum of RGB (Red+Green+Blue) = 181+42+42=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A2A is #4AD5D5. Grayscale: #535353. Windows color (decimal): -4904406 or 2763445. OLE color: 2763445.
HSL color Cylindrical-coordinate representation of color #B52A2A: hue angle of 0º 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 #B52A2A is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 42 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.29 |
| HSL | 0º | 0.62% | 0.44% | - |
| HSV(B) | 0º | 0.77% | 0.71% | - |
| XYZ | 20.3 | 11.65 | 3.37 | - |
| YUV | 83.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 42 | 0 | 0.77 | 0.77 | 0.29 | 0 | 0.62 | 0.44 |
| Hex | B5 | 2A | 2A | 0 | 4D | 4D | 1D | 0 | 3E | 2C |
| Octal | 265 | 52 | 52 | 0 | 115 | 115 | 35 | 0 | 76 | 54 |
| Binary | 10110101 | 101010 | 101010 | 0 | 1001101 | 1001101 | 11101 | 0 | 111110 | 101100 |
Color Harmonies of #B52A2A
Complementary color
Monochromatic Colors of #B52A2A
Black with #B52A2A
Text Example
Text Example
White with #B52A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A2A; }
p { color: rgb(181,42,42); }
H1.HeaderClassName
{
color: #B52A2A;
}
.AnyTagClassName
{
color: #B52A2A;
}
</style>
background-color css
<style>
a { background-color: #B52A2A; }
a { background-color: rgb(181,42,42); }
div.DivClassName
{
background-color: #B52A2A;
}
.BgClassName
{
background-color: #B52A2A;
}
</style>
border-color css
<style>
span { border-color: #B52A2A; }
span { border-color: rgb(181,42,42); }
td.TdClassName
{
border-color: #B52A2A;
}
.TagClassName
{
border-color: #B52A2A;
}
</style>