Shades of Brick Red #B52B39
Tints of Brick Red #B52B39
RGB
CMYK
RGB Variations
Color information
#B52B39 (or 0xB52B39) is known color: Brick Red. HEX triplet: B5, 2B and 39. RGB value is (181,43,57). Sum of RGB (Red+Green+Blue) = 181+43+57=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52B39 is #4AD4C6. Grayscale: #555555. Windows color (decimal): -4904135 or 3746741. OLE color: 3746741.
HSL color Cylindrical-coordinate representation of color #B52B39: hue angle of 353.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52B39 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 57 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.29 |
| HSL | 353.91º | 0.62% | 0.44% | - |
| HSV(B) | 353.91º | 0.76% | 0.71% | - |
| XYZ | 20.66 | 11.85 | 5.07 | - |
| YUV | 85.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 57 | 0 | 0.76 | 0.69 | 0.29 | 353.91 | 0.62 | 0.44 |
| Hex | B5 | 2B | 39 | 0 | 4C | 45 | 1D | 162 | 3E | 2C |
| Octal | 265 | 53 | 71 | 0 | 114 | 105 | 35 | 542 | 76 | 54 |
| Binary | 10110101 | 101011 | 111001 | 0 | 1001100 | 1000101 | 11101 | 101100010 | 111110 | 101100 |
Color Harmonies of #B52B39
Complementary color
Monochromatic Colors of #B52B39
Black with #B52B39
Text Example
Text Example
White with #B52B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B39; }
p { color: rgb(181,43,57); }
H1.HeaderClassName
{
color: #B52B39;
}
.AnyTagClassName
{
color: #B52B39;
}
</style>
background-color css
<style>
a { background-color: #B52B39; }
a { background-color: rgb(181,43,57); }
div.DivClassName
{
background-color: #B52B39;
}
.BgClassName
{
background-color: #B52B39;
}
</style>
border-color css
<style>
span { border-color: #B52B39; }
span { border-color: rgb(181,43,57); }
td.TdClassName
{
border-color: #B52B39;
}
.TagClassName
{
border-color: #B52B39;
}
</style>