Shades of Brick Red #B5373E
Tints of Brick Red #B5373E
RGB
CMYK
RGB Variations
Color information
#B5373E (or 0xB5373E) is known color: Brick Red. HEX triplet: B5, 37 and 3E. RGB value is (181,55,62). Sum of RGB (Red+Green+Blue) = 181+55+62=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5373E is #4AC8C1. Grayscale: #5D5D5D. Windows color (decimal): -4901058 or 4077493. OLE color: 4077493.
HSL color Cylindrical-coordinate representation of color #B5373E: hue angle of 356.67º degrees, saturation: 0.53, 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 #B5373E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 62 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.29 |
| HSL | 356.67º | 0.53% | 0.46% | - |
| HSV(B) | 356.67º | 0.7% | 0.71% | - |
| XYZ | 21.29 | 12.9 | 5.93 | - |
| YUV | 93.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 62 | 0 | 0.70 | 0.66 | 0.29 | 356.67 | 0.53 | 0.46 |
| Hex | B5 | 37 | 3E | 0 | 46 | 42 | 1D | 165 | 35 | 2E |
| Octal | 265 | 67 | 76 | 0 | 106 | 102 | 35 | 545 | 65 | 56 |
| Binary | 10110101 | 110111 | 111110 | 0 | 1000110 | 1000010 | 11101 | 101100101 | 110101 | 101110 |
Color Harmonies of #B5373E
Complementary color
Monochromatic Colors of #B5373E
Black with #B5373E
Text Example
Text Example
White with #B5373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5373E; }
p { color: rgb(181,55,62); }
H1.HeaderClassName
{
color: #B5373E;
}
.AnyTagClassName
{
color: #B5373E;
}
</style>
background-color css
<style>
a { background-color: #B5373E; }
a { background-color: rgb(181,55,62); }
div.DivClassName
{
background-color: #B5373E;
}
.BgClassName
{
background-color: #B5373E;
}
</style>
border-color css
<style>
span { border-color: #B5373E; }
span { border-color: rgb(181,55,62); }
td.TdClassName
{
border-color: #B5373E;
}
.TagClassName
{
border-color: #B5373E;
}
</style>