Shades of Brick Red #B5303C
Tints of Brick Red #B5303C
RGB
CMYK
RGB Variations
Color information
#B5303C (or 0xB5303C) is known color: Brick Red. HEX triplet: B5, 30 and 3C. RGB value is (181,48,60). Sum of RGB (Red+Green+Blue) = 181+48+60=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B5303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5303C is #4ACFC3. Grayscale: #595959. Windows color (decimal): -4902852 or 3944629. OLE color: 3944629.
HSL color Cylindrical-coordinate representation of color #B5303C: hue angle of 354.59º 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 #B5303C is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 60 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.29 |
| HSL | 354.59º | 0.58% | 0.45% | - |
| HSV(B) | 354.59º | 0.73% | 0.71% | - |
| XYZ | 20.93 | 12.26 | 5.54 | - |
| YUV | 89.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 60 | 0 | 0.73 | 0.67 | 0.29 | 354.59 | 0.58 | 0.45 |
| Hex | B5 | 30 | 3C | 0 | 49 | 43 | 1D | 163 | 3A | 2D |
| Octal | 265 | 60 | 74 | 0 | 111 | 103 | 35 | 543 | 72 | 55 |
| Binary | 10110101 | 110000 | 111100 | 0 | 1001001 | 1000011 | 11101 | 101100011 | 111010 | 101101 |
Color Harmonies of #B5303C
Complementary color
Monochromatic Colors of #B5303C
Black with #B5303C
Text Example
Text Example
White with #B5303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5303C; }
p { color: rgb(181,48,60); }
H1.HeaderClassName
{
color: #B5303C;
}
.AnyTagClassName
{
color: #B5303C;
}
</style>
background-color css
<style>
a { background-color: #B5303C; }
a { background-color: rgb(181,48,60); }
div.DivClassName
{
background-color: #B5303C;
}
.BgClassName
{
background-color: #B5303C;
}
</style>
border-color css
<style>
span { border-color: #B5303C; }
span { border-color: rgb(181,48,60); }
td.TdClassName
{
border-color: #B5303C;
}
.TagClassName
{
border-color: #B5303C;
}
</style>