Shades of Brick Red #B8303D
Tints of Brick Red #B8303D
RGB
CMYK
RGB Variations
Color information
#B8303D (or 0xB8303D) is known color: Brick Red. HEX triplet: B8, 30 and 3D. RGB value is (184,48,61). Sum of RGB (Red+Green+Blue) = 184+48+61=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8303D is #47CFC2. Grayscale: #5A5A5A. Windows color (decimal): -4706243 or 4010168. OLE color: 4010168.
HSL color Cylindrical-coordinate representation of color #B8303D: hue angle of 354.26º 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 #B8303D is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 61 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.28 |
| HSL | 354.26º | 0.59% | 0.45% | - |
| HSV(B) | 354.26º | 0.74% | 0.72% | - |
| XYZ | 21.67 | 12.64 | 5.71 | - |
| YUV | 90.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 61 | 0 | 0.74 | 0.67 | 0.28 | 354.26 | 0.59 | 0.45 |
| Hex | B8 | 30 | 3D | 0 | 4A | 43 | 1C | 162 | 3B | 2D |
| Octal | 270 | 60 | 75 | 0 | 112 | 103 | 34 | 542 | 73 | 55 |
| Binary | 10111000 | 110000 | 111101 | 0 | 1001010 | 1000011 | 11100 | 101100010 | 111011 | 101101 |
Color Harmonies of #B8303D
Complementary color
Monochromatic Colors of #B8303D
Black with #B8303D
Text Example
Text Example
White with #B8303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8303D; }
p { color: rgb(184,48,61); }
H1.HeaderClassName
{
color: #B8303D;
}
.AnyTagClassName
{
color: #B8303D;
}
</style>
background-color css
<style>
a { background-color: #B8303D; }
a { background-color: rgb(184,48,61); }
div.DivClassName
{
background-color: #B8303D;
}
.BgClassName
{
background-color: #B8303D;
}
</style>
border-color css
<style>
span { border-color: #B8303D; }
span { border-color: rgb(184,48,61); }
td.TdClassName
{
border-color: #B8303D;
}
.TagClassName
{
border-color: #B8303D;
}
</style>