Shades of Brick Red #B8303E
Tints of Brick Red #B8303E
RGB
CMYK
RGB Variations
Color information
#B8303E (or 0xB8303E) is known color: Brick Red. HEX triplet: B8, 30 and 3E. RGB value is (184,48,62). Sum of RGB (Red+Green+Blue) = 184+48+62=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8303E is #47CFC1. Grayscale: #5A5A5A. Windows color (decimal): -4706242 or 4075704. OLE color: 4075704.
HSL color Cylindrical-coordinate representation of color #B8303E: hue angle of 353.82º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8303E is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 62 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.28 |
| HSL | 353.82º | 0.59% | 0.45% | - |
| HSV(B) | 353.82º | 0.74% | 0.72% | - |
| XYZ | 21.69 | 12.65 | 5.86 | - |
| YUV | 90.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 62 | 0 | 0.74 | 0.66 | 0.28 | 353.82 | 0.59 | 0.45 |
| Hex | B8 | 30 | 3E | 0 | 4A | 42 | 1C | 162 | 3B | 2D |
| Octal | 270 | 60 | 76 | 0 | 112 | 102 | 34 | 542 | 73 | 55 |
| Binary | 10111000 | 110000 | 111110 | 0 | 1001010 | 1000010 | 11100 | 101100010 | 111011 | 101101 |
Color Harmonies of #B8303E
Complementary color
Monochromatic Colors of #B8303E
Black with #B8303E
Text Example
Text Example
White with #B8303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8303E; }
p { color: rgb(184,48,62); }
H1.HeaderClassName
{
color: #B8303E;
}
.AnyTagClassName
{
color: #B8303E;
}
</style>
background-color css
<style>
a { background-color: #B8303E; }
a { background-color: rgb(184,48,62); }
div.DivClassName
{
background-color: #B8303E;
}
.BgClassName
{
background-color: #B8303E;
}
</style>
border-color css
<style>
span { border-color: #B8303E; }
span { border-color: rgb(184,48,62); }
td.TdClassName
{
border-color: #B8303E;
}
.TagClassName
{
border-color: #B8303E;
}
</style>