Shades of Brick Red #B53D43
Tints of Brick Red #B53D43
RGB
CMYK
RGB Variations
Color information
#B53D43 (or 0xB53D43) is known color: Brick Red. HEX triplet: B5, 3D and 43. RGB value is (181,61,67). Sum of RGB (Red+Green+Blue) = 181+61+67=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D43 is #4AC2BC. Grayscale: #616161. Windows color (decimal): -4899517 or 4406709. OLE color: 4406709.
HSL color Cylindrical-coordinate representation of color #B53D43: hue angle of 357º 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 #B53D43 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 67 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.29 |
| HSL | 357º | 0.5% | 0.47% | - |
| HSV(B) | 357º | 0.66% | 0.71% | - |
| XYZ | 21.74 | 13.57 | 6.78 | - |
| YUV | 97.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 67 | 0 | 0.66 | 0.63 | 0.29 | 357 | 0.5 | 0.47 |
| Hex | B5 | 3D | 43 | 0 | 42 | 3F | 1D | 165 | 32 | 2F |
| Octal | 265 | 75 | 103 | 0 | 102 | 77 | 35 | 545 | 62 | 57 |
| Binary | 10110101 | 111101 | 1000011 | 0 | 1000010 | 111111 | 11101 | 101100101 | 110010 | 101111 |
Color Harmonies of #B53D43
Complementary color
Monochromatic Colors of #B53D43
Black with #B53D43
Text Example
Text Example
White with #B53D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D43; }
p { color: rgb(181,61,67); }
H1.HeaderClassName
{
color: #B53D43;
}
.AnyTagClassName
{
color: #B53D43;
}
</style>
background-color css
<style>
a { background-color: #B53D43; }
a { background-color: rgb(181,61,67); }
div.DivClassName
{
background-color: #B53D43;
}
.BgClassName
{
background-color: #B53D43;
}
</style>
border-color css
<style>
span { border-color: #B53D43; }
span { border-color: rgb(181,61,67); }
td.TdClassName
{
border-color: #B53D43;
}
.TagClassName
{
border-color: #B53D43;
}
</style>