Shades of Brick Red #B5293C
Tints of Brick Red #B5293C
RGB
CMYK
RGB Variations
Color information
#B5293C (or 0xB5293C) is known color: Brick Red. HEX triplet: B5, 29 and 3C. RGB value is (181,41,60). Sum of RGB (Red+Green+Blue) = 181+41+60=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5293C is #4AD6C3. Grayscale: #555555. Windows color (decimal): -4904644 or 3942837. OLE color: 3942837.
HSL color Cylindrical-coordinate representation of color #B5293C: hue angle of 351.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5293C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 60 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.29 |
| HSL | 351.86º | 0.63% | 0.44% | - |
| HSV(B) | 351.86º | 0.77% | 0.71% | - |
| XYZ | 20.66 | 11.74 | 5.45 | - |
| YUV | 85.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 60 | 0 | 0.77 | 0.67 | 0.29 | 351.86 | 0.63 | 0.44 |
| Hex | B5 | 29 | 3C | 0 | 4D | 43 | 1D | 160 | 3F | 2C |
| Octal | 265 | 51 | 74 | 0 | 115 | 103 | 35 | 540 | 77 | 54 |
| Binary | 10110101 | 101001 | 111100 | 0 | 1001101 | 1000011 | 11101 | 101100000 | 111111 | 101100 |
Color Harmonies of #B5293C
Complementary color
Monochromatic Colors of #B5293C
Black with #B5293C
Text Example
Text Example
White with #B5293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5293C; }
p { color: rgb(181,41,60); }
H1.HeaderClassName
{
color: #B5293C;
}
.AnyTagClassName
{
color: #B5293C;
}
</style>
background-color css
<style>
a { background-color: #B5293C; }
a { background-color: rgb(181,41,60); }
div.DivClassName
{
background-color: #B5293C;
}
.BgClassName
{
background-color: #B5293C;
}
</style>
border-color css
<style>
span { border-color: #B5293C; }
span { border-color: rgb(181,41,60); }
td.TdClassName
{
border-color: #B5293C;
}
.TagClassName
{
border-color: #B5293C;
}
</style>