Shades of Brick Red #B9303D
Tints of Brick Red #B9303D
RGB
CMYK
RGB Variations
Color information
#B9303D (or 0xB9303D) is known color: Brick Red. HEX triplet: B9, 30 and 3D. RGB value is (185,48,61). Sum of RGB (Red+Green+Blue) = 185+48+61=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9303D is #46CFC2. Grayscale: #5A5A5A. Windows color (decimal): -4640707 or 4010169. OLE color: 4010169.
HSL color Cylindrical-coordinate representation of color #B9303D: hue angle of 354.31º 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 #B9303D is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 61 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.27 |
| HSL | 354.31º | 0.59% | 0.46% | - |
| HSV(B) | 354.31º | 0.74% | 0.73% | - |
| XYZ | 21.91 | 12.77 | 5.72 | - |
| YUV | 90.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 61 | 0 | 0.74 | 0.67 | 0.27 | 354.31 | 0.59 | 0.46 |
| Hex | B9 | 30 | 3D | 0 | 4A | 43 | 1B | 162 | 3B | 2E |
| Octal | 271 | 60 | 75 | 0 | 112 | 103 | 33 | 542 | 73 | 56 |
| Binary | 10111001 | 110000 | 111101 | 0 | 1001010 | 1000011 | 11011 | 101100010 | 111011 | 101110 |
Color Harmonies of #B9303D
Complementary color
Monochromatic Colors of #B9303D
Black with #B9303D
Text Example
Text Example
White with #B9303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9303D; }
p { color: rgb(185,48,61); }
H1.HeaderClassName
{
color: #B9303D;
}
.AnyTagClassName
{
color: #B9303D;
}
</style>
background-color css
<style>
a { background-color: #B9303D; }
a { background-color: rgb(185,48,61); }
div.DivClassName
{
background-color: #B9303D;
}
.BgClassName
{
background-color: #B9303D;
}
</style>
border-color css
<style>
span { border-color: #B9303D; }
span { border-color: rgb(185,48,61); }
td.TdClassName
{
border-color: #B9303D;
}
.TagClassName
{
border-color: #B9303D;
}
</style>