Shades of Brick Red #B5363B
Tints of Brick Red #B5363B
RGB
CMYK
RGB Variations
Color information
#B5363B (or 0xB5363B) is known color: Brick Red. HEX triplet: B5, 36 and 3B. RGB value is (181,54,59). Sum of RGB (Red+Green+Blue) = 181+54+59=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5363B is #4AC9C4. Grayscale: #5C5C5C. Windows color (decimal): -4901317 or 3880629. OLE color: 3880629.
HSL color Cylindrical-coordinate representation of color #B5363B: hue angle of 357.64º 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 #B5363B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 59 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.29 |
| HSL | 357.64º | 0.54% | 0.46% | - |
| HSV(B) | 357.64º | 0.7% | 0.71% | - |
| XYZ | 21.16 | 12.78 | 5.49 | - |
| YUV | 92.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 59 | 0 | 0.70 | 0.67 | 0.29 | 357.64 | 0.54 | 0.46 |
| Hex | B5 | 36 | 3B | 0 | 46 | 43 | 1D | 166 | 36 | 2E |
| Octal | 265 | 66 | 73 | 0 | 106 | 103 | 35 | 546 | 66 | 56 |
| Binary | 10110101 | 110110 | 111011 | 0 | 1000110 | 1000011 | 11101 | 101100110 | 110110 | 101110 |
Color Harmonies of #B5363B
Complementary color
Monochromatic Colors of #B5363B
Black with #B5363B
Text Example
Text Example
White with #B5363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5363B; }
p { color: rgb(181,54,59); }
H1.HeaderClassName
{
color: #B5363B;
}
.AnyTagClassName
{
color: #B5363B;
}
</style>
background-color css
<style>
a { background-color: #B5363B; }
a { background-color: rgb(181,54,59); }
div.DivClassName
{
background-color: #B5363B;
}
.BgClassName
{
background-color: #B5363B;
}
</style>
border-color css
<style>
span { border-color: #B5363B; }
span { border-color: rgb(181,54,59); }
td.TdClassName
{
border-color: #B5363B;
}
.TagClassName
{
border-color: #B5363B;
}
</style>