Shades of Brick Red #B52B3E
Tints of Brick Red #B52B3E
RGB
CMYK
RGB Variations
Color information
#B52B3E (or 0xB52B3E) is known color: Brick Red. HEX triplet: B5, 2B and 3E. RGB value is (181,43,62). Sum of RGB (Red+Green+Blue) = 181+43+62=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52B3E is #4AD4C1. Grayscale: #565656. Windows color (decimal): -4904130 or 4074421. OLE color: 4074421.
HSL color Cylindrical-coordinate representation of color #B52B3E: hue angle of 351.74º 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 #B52B3E is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 62 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.29 |
| HSL | 351.74º | 0.62% | 0.44% | - |
| HSV(B) | 351.74º | 0.76% | 0.71% | - |
| XYZ | 20.79 | 11.9 | 5.76 | - |
| YUV | 86.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 62 | 0 | 0.76 | 0.66 | 0.29 | 351.74 | 0.62 | 0.44 |
| Hex | B5 | 2B | 3E | 0 | 4C | 42 | 1D | 160 | 3E | 2C |
| Octal | 265 | 53 | 76 | 0 | 114 | 102 | 35 | 540 | 76 | 54 |
| Binary | 10110101 | 101011 | 111110 | 0 | 1001100 | 1000010 | 11101 | 101100000 | 111110 | 101100 |
Color Harmonies of #B52B3E
Complementary color
Monochromatic Colors of #B52B3E
Black with #B52B3E
Text Example
Text Example
White with #B52B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B3E; }
p { color: rgb(181,43,62); }
H1.HeaderClassName
{
color: #B52B3E;
}
.AnyTagClassName
{
color: #B52B3E;
}
</style>
background-color css
<style>
a { background-color: #B52B3E; }
a { background-color: rgb(181,43,62); }
div.DivClassName
{
background-color: #B52B3E;
}
.BgClassName
{
background-color: #B52B3E;
}
</style>
border-color css
<style>
span { border-color: #B52B3E; }
span { border-color: rgb(181,43,62); }
td.TdClassName
{
border-color: #B52B3E;
}
.TagClassName
{
border-color: #B52B3E;
}
</style>