Shades of Brick Red #B5353B
Tints of Brick Red #B5353B
RGB
CMYK
RGB Variations
Color information
#B5353B (or 0xB5353B) is known color: Brick Red. HEX triplet: B5, 35 and 3B. RGB value is (181,53,59). Sum of RGB (Red+Green+Blue) = 181+53+59=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5353B is #4ACAC4. Grayscale: #5C5C5C. Windows color (decimal): -4901573 or 3880373. OLE color: 3880373.
HSL color Cylindrical-coordinate representation of color #B5353B: hue angle of 357.19º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5353B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 59 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.29 |
| HSL | 357.19º | 0.55% | 0.46% | - |
| HSV(B) | 357.19º | 0.71% | 0.71% | - |
| XYZ | 21.12 | 12.69 | 5.47 | - |
| YUV | 91.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 59 | 0 | 0.71 | 0.67 | 0.29 | 357.19 | 0.55 | 0.46 |
| Hex | B5 | 35 | 3B | 0 | 47 | 43 | 1D | 165 | 37 | 2E |
| Octal | 265 | 65 | 73 | 0 | 107 | 103 | 35 | 545 | 67 | 56 |
| Binary | 10110101 | 110101 | 111011 | 0 | 1000111 | 1000011 | 11101 | 101100101 | 110111 | 101110 |
Color Harmonies of #B5353B
Complementary color
Monochromatic Colors of #B5353B
Black with #B5353B
Text Example
Text Example
White with #B5353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5353B; }
p { color: rgb(181,53,59); }
H1.HeaderClassName
{
color: #B5353B;
}
.AnyTagClassName
{
color: #B5353B;
}
</style>
background-color css
<style>
a { background-color: #B5353B; }
a { background-color: rgb(181,53,59); }
div.DivClassName
{
background-color: #B5353B;
}
.BgClassName
{
background-color: #B5353B;
}
</style>
border-color css
<style>
span { border-color: #B5353B; }
span { border-color: rgb(181,53,59); }
td.TdClassName
{
border-color: #B5353B;
}
.TagClassName
{
border-color: #B5353B;
}
</style>