Shades of Brick Red #B52A3E
Tints of Brick Red #B52A3E
RGB
CMYK
RGB Variations
Color information
#B52A3E (or 0xB52A3E) is known color: Brick Red. HEX triplet: B5, 2A and 3E. RGB value is (181,42,62). Sum of RGB (Red+Green+Blue) = 181+42+62=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A3E is #4AD5C1. Grayscale: #555555. Windows color (decimal): -4904386 or 4074165. OLE color: 4074165.
HSL color Cylindrical-coordinate representation of color #B52A3E: hue angle of 351.37º 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 #B52A3E is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 62 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.29 |
| HSL | 351.37º | 0.62% | 0.44% | - |
| HSV(B) | 351.37º | 0.77% | 0.71% | - |
| XYZ | 20.75 | 11.83 | 5.75 | - |
| YUV | 85.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 62 | 0 | 0.77 | 0.66 | 0.29 | 351.37 | 0.62 | 0.44 |
| Hex | B5 | 2A | 3E | 0 | 4D | 42 | 1D | 15F | 3E | 2C |
| Octal | 265 | 52 | 76 | 0 | 115 | 102 | 35 | 537 | 76 | 54 |
| Binary | 10110101 | 101010 | 111110 | 0 | 1001101 | 1000010 | 11101 | 101011111 | 111110 | 101100 |
Color Harmonies of #B52A3E
Complementary color
Monochromatic Colors of #B52A3E
Black with #B52A3E
Text Example
Text Example
White with #B52A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A3E; }
p { color: rgb(181,42,62); }
H1.HeaderClassName
{
color: #B52A3E;
}
.AnyTagClassName
{
color: #B52A3E;
}
</style>
background-color css
<style>
a { background-color: #B52A3E; }
a { background-color: rgb(181,42,62); }
div.DivClassName
{
background-color: #B52A3E;
}
.BgClassName
{
background-color: #B52A3E;
}
</style>
border-color css
<style>
span { border-color: #B52A3E; }
span { border-color: rgb(181,42,62); }
td.TdClassName
{
border-color: #B52A3E;
}
.TagClassName
{
border-color: #B52A3E;
}
</style>