Shades of Brick Red #B53D40
Tints of Brick Red #B53D40
RGB
CMYK
RGB Variations
Color information
#B53D40 (or 0xB53D40) is known color: Brick Red. HEX triplet: B5, 3D and 40. RGB value is (181,61,64). Sum of RGB (Red+Green+Blue) = 181+61+64=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D40 is #4AC2BF. Grayscale: #616161. Windows color (decimal): -4899520 or 4210101. OLE color: 4210101.
HSL color Cylindrical-coordinate representation of color #B53D40: hue angle of 358.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53D40 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 64 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.29 |
| HSL | 358.5º | 0.5% | 0.47% | - |
| HSV(B) | 358.5º | 0.66% | 0.71% | - |
| XYZ | 21.65 | 13.53 | 6.32 | - |
| YUV | 97.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 64 | 0 | 0.66 | 0.65 | 0.29 | 358.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | 40 | 0 | 42 | 41 | 1D | 166 | 32 | 2F |
| Octal | 265 | 75 | 100 | 0 | 102 | 101 | 35 | 546 | 62 | 57 |
| Binary | 10110101 | 111101 | 1000000 | 0 | 1000010 | 1000001 | 11101 | 101100110 | 110010 | 101111 |
Color Harmonies of #B53D40
Complementary color
Monochromatic Colors of #B53D40
Black with #B53D40
Text Example
Text Example
White with #B53D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D40; }
p { color: rgb(181,61,64); }
H1.HeaderClassName
{
color: #B53D40;
}
.AnyTagClassName
{
color: #B53D40;
}
</style>
background-color css
<style>
a { background-color: #B53D40; }
a { background-color: rgb(181,61,64); }
div.DivClassName
{
background-color: #B53D40;
}
.BgClassName
{
background-color: #B53D40;
}
</style>
border-color css
<style>
span { border-color: #B53D40; }
span { border-color: rgb(181,61,64); }
td.TdClassName
{
border-color: #B53D40;
}
.TagClassName
{
border-color: #B53D40;
}
</style>