Shades of Brick Red #B5333F
Tints of Brick Red #B5333F
RGB
CMYK
RGB Variations
Color information
#B5333F (or 0xB5333F) is known color: Brick Red. HEX triplet: B5, 33 and 3F. RGB value is (181,51,63). Sum of RGB (Red+Green+Blue) = 181+51+63=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5333F is #4ACCC0. Grayscale: #5B5B5B. Windows color (decimal): -4902081 or 4142005. OLE color: 4142005.
HSL color Cylindrical-coordinate representation of color #B5333F: hue angle of 354.46º degrees, saturation: 0.56, 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 #B5333F is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 63 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.29 |
| HSL | 354.46º | 0.56% | 0.45% | - |
| HSV(B) | 354.46º | 0.72% | 0.71% | - |
| XYZ | 21.14 | 12.55 | 6.01 | - |
| YUV | 91.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 63 | 0 | 0.72 | 0.65 | 0.29 | 354.46 | 0.56 | 0.45 |
| Hex | B5 | 33 | 3F | 0 | 48 | 41 | 1D | 162 | 38 | 2D |
| Octal | 265 | 63 | 77 | 0 | 110 | 101 | 35 | 542 | 70 | 55 |
| Binary | 10110101 | 110011 | 111111 | 0 | 1001000 | 1000001 | 11101 | 101100010 | 111000 | 101101 |
Color Harmonies of #B5333F
Complementary color
Monochromatic Colors of #B5333F
Black with #B5333F
Text Example
Text Example
White with #B5333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5333F; }
p { color: rgb(181,51,63); }
H1.HeaderClassName
{
color: #B5333F;
}
.AnyTagClassName
{
color: #B5333F;
}
</style>
background-color css
<style>
a { background-color: #B5333F; }
a { background-color: rgb(181,51,63); }
div.DivClassName
{
background-color: #B5333F;
}
.BgClassName
{
background-color: #B5333F;
}
</style>
border-color css
<style>
span { border-color: #B5333F; }
span { border-color: rgb(181,51,63); }
td.TdClassName
{
border-color: #B5333F;
}
.TagClassName
{
border-color: #B5333F;
}
</style>