Shades of Brick Red #B8303C
Tints of Brick Red #B8303C
RGB
CMYK
RGB Variations
Color information
#B8303C (or 0xB8303C) is known color: Brick Red. HEX triplet: B8, 30 and 3C. RGB value is (184,48,60). Sum of RGB (Red+Green+Blue) = 184+48+60=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8303C is #47CFC3. Grayscale: #5A5A5A. Windows color (decimal): -4706244 or 3944632. OLE color: 3944632.
HSL color Cylindrical-coordinate representation of color #B8303C: hue angle of 354.71º 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 #B8303C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 60 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.28 |
| HSL | 354.71º | 0.59% | 0.45% | - |
| HSV(B) | 354.71º | 0.74% | 0.72% | - |
| XYZ | 21.64 | 12.63 | 5.57 | - |
| YUV | 90.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 60 | 0 | 0.74 | 0.67 | 0.28 | 354.71 | 0.59 | 0.45 |
| Hex | B8 | 30 | 3C | 0 | 4A | 43 | 1C | 163 | 3B | 2D |
| Octal | 270 | 60 | 74 | 0 | 112 | 103 | 34 | 543 | 73 | 55 |
| Binary | 10111000 | 110000 | 111100 | 0 | 1001010 | 1000011 | 11100 | 101100011 | 111011 | 101101 |
Color Harmonies of #B8303C
Complementary color
Monochromatic Colors of #B8303C
Black with #B8303C
Text Example
Text Example
White with #B8303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8303C; }
p { color: rgb(184,48,60); }
H1.HeaderClassName
{
color: #B8303C;
}
.AnyTagClassName
{
color: #B8303C;
}
</style>
background-color css
<style>
a { background-color: #B8303C; }
a { background-color: rgb(184,48,60); }
div.DivClassName
{
background-color: #B8303C;
}
.BgClassName
{
background-color: #B8303C;
}
</style>
border-color css
<style>
span { border-color: #B8303C; }
span { border-color: rgb(184,48,60); }
td.TdClassName
{
border-color: #B8303C;
}
.TagClassName
{
border-color: #B8303C;
}
</style>