Shades of Brick Red #B5363F
Tints of Brick Red #B5363F
RGB
CMYK
RGB Variations
Color information
#B5363F (or 0xB5363F) is known color: Brick Red. HEX triplet: B5, 36 and 3F. RGB value is (181,54,63). Sum of RGB (Red+Green+Blue) = 181+54+63=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5363F is #4AC9C0. Grayscale: #5D5D5D. Windows color (decimal): -4901313 or 4142773. OLE color: 4142773.
HSL color Cylindrical-coordinate representation of color #B5363F: hue angle of 355.75º 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 #B5363F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 63 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.29 |
| HSL | 355.75º | 0.54% | 0.46% | - |
| HSV(B) | 355.75º | 0.7% | 0.71% | - |
| XYZ | 21.27 | 12.82 | 6.06 | - |
| YUV | 93 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 63 | 0 | 0.70 | 0.65 | 0.29 | 355.75 | 0.54 | 0.46 |
| Hex | B5 | 36 | 3F | 0 | 46 | 41 | 1D | 164 | 36 | 2E |
| Octal | 265 | 66 | 77 | 0 | 106 | 101 | 35 | 544 | 66 | 56 |
| Binary | 10110101 | 110110 | 111111 | 0 | 1000110 | 1000001 | 11101 | 101100100 | 110110 | 101110 |
Color Harmonies of #B5363F
Complementary color
Monochromatic Colors of #B5363F
Black with #B5363F
Text Example
Text Example
White with #B5363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5363F; }
p { color: rgb(181,54,63); }
H1.HeaderClassName
{
color: #B5363F;
}
.AnyTagClassName
{
color: #B5363F;
}
</style>
background-color css
<style>
a { background-color: #B5363F; }
a { background-color: rgb(181,54,63); }
div.DivClassName
{
background-color: #B5363F;
}
.BgClassName
{
background-color: #B5363F;
}
</style>
border-color css
<style>
span { border-color: #B5363F; }
span { border-color: rgb(181,54,63); }
td.TdClassName
{
border-color: #B5363F;
}
.TagClassName
{
border-color: #B5363F;
}
</style>