Shades of Brick Red #B5323B
Tints of Brick Red #B5323B
RGB
CMYK
RGB Variations
Color information
#B5323B (or 0xB5323B) is known color: Brick Red. HEX triplet: B5, 32 and 3B. RGB value is (181,50,59). Sum of RGB (Red+Green+Blue) = 181+50+59=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5323B is #4ACDC4. Grayscale: #5A5A5A. Windows color (decimal): -4902341 or 3879605. OLE color: 3879605.
HSL color Cylindrical-coordinate representation of color #B5323B: hue angle of 355.88º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5323B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 59 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.29 |
| HSL | 355.88º | 0.57% | 0.45% | - |
| HSV(B) | 355.88º | 0.72% | 0.71% | - |
| XYZ | 20.99 | 12.42 | 5.43 | - |
| YUV | 90.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 59 | 0 | 0.72 | 0.67 | 0.29 | 355.88 | 0.57 | 0.45 |
| Hex | B5 | 32 | 3B | 0 | 48 | 43 | 1D | 164 | 39 | 2D |
| Octal | 265 | 62 | 73 | 0 | 110 | 103 | 35 | 544 | 71 | 55 |
| Binary | 10110101 | 110010 | 111011 | 0 | 1001000 | 1000011 | 11101 | 101100100 | 111001 | 101101 |
Color Harmonies of #B5323B
Complementary color
Monochromatic Colors of #B5323B
Black with #B5323B
Text Example
Text Example
White with #B5323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5323B; }
p { color: rgb(181,50,59); }
H1.HeaderClassName
{
color: #B5323B;
}
.AnyTagClassName
{
color: #B5323B;
}
</style>
background-color css
<style>
a { background-color: #B5323B; }
a { background-color: rgb(181,50,59); }
div.DivClassName
{
background-color: #B5323B;
}
.BgClassName
{
background-color: #B5323B;
}
</style>
border-color css
<style>
span { border-color: #B5323B; }
span { border-color: rgb(181,50,59); }
td.TdClassName
{
border-color: #B5323B;
}
.TagClassName
{
border-color: #B5323B;
}
</style>