Shades of Brick Red #B5363E
Tints of Brick Red #B5363E
RGB
CMYK
RGB Variations
Color information
#B5363E (or 0xB5363E) is known color: Brick Red. HEX triplet: B5, 36 and 3E. RGB value is (181,54,62). Sum of RGB (Red+Green+Blue) = 181+54+62=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5363E is #4AC9C1. Grayscale: #5C5C5C. Windows color (decimal): -4901314 or 4077237. OLE color: 4077237.
HSL color Cylindrical-coordinate representation of color #B5363E: hue angle of 356.22º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5363E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 62 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.29 |
| HSL | 356.22º | 0.54% | 0.46% | - |
| HSV(B) | 356.22º | 0.7% | 0.71% | - |
| XYZ | 21.24 | 12.81 | 5.91 | - |
| YUV | 92.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 62 | 0 | 0.70 | 0.66 | 0.29 | 356.22 | 0.54 | 0.46 |
| Hex | B5 | 36 | 3E | 0 | 46 | 42 | 1D | 164 | 36 | 2E |
| Octal | 265 | 66 | 76 | 0 | 106 | 102 | 35 | 544 | 66 | 56 |
| Binary | 10110101 | 110110 | 111110 | 0 | 1000110 | 1000010 | 11101 | 101100100 | 110110 | 101110 |
Color Harmonies of #B5363E
Complementary color
Monochromatic Colors of #B5363E
Black with #B5363E
Text Example
Text Example
White with #B5363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5363E; }
p { color: rgb(181,54,62); }
H1.HeaderClassName
{
color: #B5363E;
}
.AnyTagClassName
{
color: #B5363E;
}
</style>
background-color css
<style>
a { background-color: #B5363E; }
a { background-color: rgb(181,54,62); }
div.DivClassName
{
background-color: #B5363E;
}
.BgClassName
{
background-color: #B5363E;
}
</style>
border-color css
<style>
span { border-color: #B5363E; }
span { border-color: rgb(181,54,62); }
td.TdClassName
{
border-color: #B5363E;
}
.TagClassName
{
border-color: #B5363E;
}
</style>