Shades of Brick Red #B5303F
Tints of Brick Red #B5303F
RGB
CMYK
RGB Variations
Color information
#B5303F (or 0xB5303F) is known color: Brick Red. HEX triplet: B5, 30 and 3F. RGB value is (181,48,63). Sum of RGB (Red+Green+Blue) = 181+48+63=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5303F is #4ACFC0. Grayscale: #595959. Windows color (decimal): -4902849 or 4141237. OLE color: 4141237.
HSL color Cylindrical-coordinate representation of color #B5303F: hue angle of 353.23º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5303F is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 63 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.29 |
| HSL | 353.23º | 0.58% | 0.45% | - |
| HSV(B) | 353.23º | 0.73% | 0.71% | - |
| XYZ | 21.01 | 12.3 | 5.97 | - |
| YUV | 89.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 63 | 0 | 0.73 | 0.65 | 0.29 | 353.23 | 0.58 | 0.45 |
| Hex | B5 | 30 | 3F | 0 | 49 | 41 | 1D | 161 | 3A | 2D |
| Octal | 265 | 60 | 77 | 0 | 111 | 101 | 35 | 541 | 72 | 55 |
| Binary | 10110101 | 110000 | 111111 | 0 | 1001001 | 1000001 | 11101 | 101100001 | 111010 | 101101 |
Color Harmonies of #B5303F
Complementary color
Monochromatic Colors of #B5303F
Black with #B5303F
Text Example
Text Example
White with #B5303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5303F; }
p { color: rgb(181,48,63); }
H1.HeaderClassName
{
color: #B5303F;
}
.AnyTagClassName
{
color: #B5303F;
}
</style>
background-color css
<style>
a { background-color: #B5303F; }
a { background-color: rgb(181,48,63); }
div.DivClassName
{
background-color: #B5303F;
}
.BgClassName
{
background-color: #B5303F;
}
</style>
border-color css
<style>
span { border-color: #B5303F; }
span { border-color: rgb(181,48,63); }
td.TdClassName
{
border-color: #B5303F;
}
.TagClassName
{
border-color: #B5303F;
}
</style>