Shades of Brick Red #B9303B
Tints of Brick Red #B9303B
RGB
CMYK
RGB Variations
Color information
#B9303B (or 0xB9303B) is known color: Brick Red. HEX triplet: B9, 30 and 3B. RGB value is (185,48,59). Sum of RGB (Red+Green+Blue) = 185+48+59=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B9303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9303B is #46CFC4. Grayscale: #5A5A5A. Windows color (decimal): -4640709 or 3879097. OLE color: 3879097.
HSL color Cylindrical-coordinate representation of color #B9303B: hue angle of 355.18º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9303B is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 59 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.27 |
| HSL | 355.18º | 0.59% | 0.46% | - |
| HSV(B) | 355.18º | 0.74% | 0.73% | - |
| XYZ | 21.85 | 12.74 | 5.45 | - |
| YUV | 90.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 59 | 0 | 0.74 | 0.68 | 0.27 | 355.18 | 0.59 | 0.46 |
| Hex | B9 | 30 | 3B | 0 | 4A | 44 | 1B | 163 | 3B | 2E |
| Octal | 271 | 60 | 73 | 0 | 112 | 104 | 33 | 543 | 73 | 56 |
| Binary | 10111001 | 110000 | 111011 | 0 | 1001010 | 1000100 | 11011 | 101100011 | 111011 | 101110 |
Color Harmonies of #B9303B
Complementary color
Monochromatic Colors of #B9303B
Black with #B9303B
Text Example
Text Example
White with #B9303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9303B; }
p { color: rgb(185,48,59); }
H1.HeaderClassName
{
color: #B9303B;
}
.AnyTagClassName
{
color: #B9303B;
}
</style>
background-color css
<style>
a { background-color: #B9303B; }
a { background-color: rgb(185,48,59); }
div.DivClassName
{
background-color: #B9303B;
}
.BgClassName
{
background-color: #B9303B;
}
</style>
border-color css
<style>
span { border-color: #B9303B; }
span { border-color: rgb(185,48,59); }
td.TdClassName
{
border-color: #B9303B;
}
.TagClassName
{
border-color: #B9303B;
}
</style>