Shades of Brick Red #B52F40
Tints of Brick Red #B52F40
RGB
CMYK
RGB Variations
Color information
#B52F40 (or 0xB52F40) is known color: Brick Red. HEX triplet: B5, 2F and 40. RGB value is (181,47,64). Sum of RGB (Red+Green+Blue) = 181+47+64=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F40 is #4AD0BF. Grayscale: #595959. Windows color (decimal): -4903104 or 4206517. OLE color: 4206517.
HSL color Cylindrical-coordinate representation of color #B52F40: hue angle of 352.39º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F40 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 64 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.29 |
| HSL | 352.39º | 0.59% | 0.45% | - |
| HSV(B) | 352.39º | 0.74% | 0.71% | - |
| XYZ | 21 | 12.23 | 6.1 | - |
| YUV | 89 | 113.89 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 64 | 0 | 0.74 | 0.65 | 0.29 | 352.39 | 0.59 | 0.45 |
| Hex | B5 | 2F | 40 | 0 | 4A | 41 | 1D | 160 | 3B | 2D |
| Octal | 265 | 57 | 100 | 0 | 112 | 101 | 35 | 540 | 73 | 55 |
| Binary | 10110101 | 101111 | 1000000 | 0 | 1001010 | 1000001 | 11101 | 101100000 | 111011 | 101101 |
Color Harmonies of #B52F40
Complementary color
Monochromatic Colors of #B52F40
Black with #B52F40
Text Example
Text Example
White with #B52F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F40; }
p { color: rgb(181,47,64); }
H1.HeaderClassName
{
color: #B52F40;
}
.AnyTagClassName
{
color: #B52F40;
}
</style>
background-color css
<style>
a { background-color: #B52F40; }
a { background-color: rgb(181,47,64); }
div.DivClassName
{
background-color: #B52F40;
}
.BgClassName
{
background-color: #B52F40;
}
</style>
border-color css
<style>
span { border-color: #B52F40; }
span { border-color: rgb(181,47,64); }
td.TdClassName
{
border-color: #B52F40;
}
.TagClassName
{
border-color: #B52F40;
}
</style>