Shades of Brick Red #B7303D
Tints of Brick Red #B7303D
RGB
CMYK
RGB Variations
Color information
#B7303D (or 0xB7303D) is known color: Brick Red. HEX triplet: B7, 30 and 3D. RGB value is (183,48,61). Sum of RGB (Red+Green+Blue) = 183+48+61=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B7303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7303D is #48CFC2. Grayscale: #595959. Windows color (decimal): -4771779 or 4010167. OLE color: 4010167.
HSL color Cylindrical-coordinate representation of color #B7303D: hue angle of 354.22º degrees, saturation: 0.58, 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 #B7303D is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 61 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.28 |
| HSL | 354.22º | 0.58% | 0.45% | - |
| HSV(B) | 354.22º | 0.74% | 0.72% | - |
| XYZ | 21.43 | 12.52 | 5.7 | - |
| YUV | 89.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 61 | 0 | 0.74 | 0.67 | 0.28 | 354.22 | 0.58 | 0.45 |
| Hex | B7 | 30 | 3D | 0 | 4A | 43 | 1C | 162 | 3A | 2D |
| Octal | 267 | 60 | 75 | 0 | 112 | 103 | 34 | 542 | 72 | 55 |
| Binary | 10110111 | 110000 | 111101 | 0 | 1001010 | 1000011 | 11100 | 101100010 | 111010 | 101101 |
Color Harmonies of #B7303D
Complementary color
Monochromatic Colors of #B7303D
Black with #B7303D
Text Example
Text Example
White with #B7303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7303D; }
p { color: rgb(183,48,61); }
H1.HeaderClassName
{
color: #B7303D;
}
.AnyTagClassName
{
color: #B7303D;
}
</style>
background-color css
<style>
a { background-color: #B7303D; }
a { background-color: rgb(183,48,61); }
div.DivClassName
{
background-color: #B7303D;
}
.BgClassName
{
background-color: #B7303D;
}
</style>
border-color css
<style>
span { border-color: #B7303D; }
span { border-color: rgb(183,48,61); }
td.TdClassName
{
border-color: #B7303D;
}
.TagClassName
{
border-color: #B7303D;
}
</style>