Shades of Brick Red #B52A3C
Tints of Brick Red #B52A3C
RGB
CMYK
RGB Variations
Color information
#B52A3C (or 0xB52A3C) is known color: Brick Red. HEX triplet: B5, 2A and 3C. RGB value is (181,42,60). Sum of RGB (Red+Green+Blue) = 181+42+60=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A3C is #4AD5C3. Grayscale: #555555. Windows color (decimal): -4904388 or 3943093. OLE color: 3943093.
HSL color Cylindrical-coordinate representation of color #B52A3C: hue angle of 352.23º 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 #B52A3C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 60 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.29 |
| HSL | 352.23º | 0.62% | 0.44% | - |
| HSV(B) | 352.23º | 0.77% | 0.71% | - |
| XYZ | 20.7 | 11.81 | 5.46 | - |
| YUV | 85.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 60 | 0 | 0.77 | 0.67 | 0.29 | 352.23 | 0.62 | 0.44 |
| Hex | B5 | 2A | 3C | 0 | 4D | 43 | 1D | 160 | 3E | 2C |
| Octal | 265 | 52 | 74 | 0 | 115 | 103 | 35 | 540 | 76 | 54 |
| Binary | 10110101 | 101010 | 111100 | 0 | 1001101 | 1000011 | 11101 | 101100000 | 111110 | 101100 |
Color Harmonies of #B52A3C
Complementary color
Monochromatic Colors of #B52A3C
Black with #B52A3C
Text Example
Text Example
White with #B52A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A3C; }
p { color: rgb(181,42,60); }
H1.HeaderClassName
{
color: #B52A3C;
}
.AnyTagClassName
{
color: #B52A3C;
}
</style>
background-color css
<style>
a { background-color: #B52A3C; }
a { background-color: rgb(181,42,60); }
div.DivClassName
{
background-color: #B52A3C;
}
.BgClassName
{
background-color: #B52A3C;
}
</style>
border-color css
<style>
span { border-color: #B52A3C; }
span { border-color: rgb(181,42,60); }
td.TdClassName
{
border-color: #B52A3C;
}
.TagClassName
{
border-color: #B52A3C;
}
</style>