Shades of Brick Red #B8303B
Tints of Brick Red #B8303B
RGB
CMYK
RGB Variations
Color information
#B8303B (or 0xB8303B) is known color: Brick Red. HEX triplet: B8, 30 and 3B. RGB value is (184,48,59). Sum of RGB (Red+Green+Blue) = 184+48+59=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B8303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8303B is #47CFC4. Grayscale: #5A5A5A. Windows color (decimal): -4706245 or 3879096. OLE color: 3879096.
HSL color Cylindrical-coordinate representation of color #B8303B: hue angle of 355.15º 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 #B8303B is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 59 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.28 |
| HSL | 355.15º | 0.59% | 0.45% | - |
| HSV(B) | 355.15º | 0.74% | 0.72% | - |
| XYZ | 21.61 | 12.62 | 5.43 | - |
| YUV | 89.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 59 | 0 | 0.74 | 0.68 | 0.28 | 355.15 | 0.59 | 0.45 |
| Hex | B8 | 30 | 3B | 0 | 4A | 44 | 1C | 163 | 3B | 2D |
| Octal | 270 | 60 | 73 | 0 | 112 | 104 | 34 | 543 | 73 | 55 |
| Binary | 10111000 | 110000 | 111011 | 0 | 1001010 | 1000100 | 11100 | 101100011 | 111011 | 101101 |
Color Harmonies of #B8303B
Complementary color
Monochromatic Colors of #B8303B
Black with #B8303B
Text Example
Text Example
White with #B8303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8303B; }
p { color: rgb(184,48,59); }
H1.HeaderClassName
{
color: #B8303B;
}
.AnyTagClassName
{
color: #B8303B;
}
</style>
background-color css
<style>
a { background-color: #B8303B; }
a { background-color: rgb(184,48,59); }
div.DivClassName
{
background-color: #B8303B;
}
.BgClassName
{
background-color: #B8303B;
}
</style>
border-color css
<style>
span { border-color: #B8303B; }
span { border-color: rgb(184,48,59); }
td.TdClassName
{
border-color: #B8303B;
}
.TagClassName
{
border-color: #B8303B;
}
</style>