Shades of Brick Red #B7303C
Tints of Brick Red #B7303C
RGB
CMYK
RGB Variations
Color information
#B7303C (or 0xB7303C) is known color: Brick Red. HEX triplet: B7, 30 and 3C. RGB value is (183,48,60). Sum of RGB (Red+Green+Blue) = 183+48+60=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7303C is #48CFC3. Grayscale: #595959. Windows color (decimal): -4771780 or 3944631. OLE color: 3944631.
HSL color Cylindrical-coordinate representation of color #B7303C: hue angle of 354.67º 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 #B7303C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 60 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.28 |
| HSL | 354.67º | 0.58% | 0.45% | - |
| HSV(B) | 354.67º | 0.74% | 0.72% | - |
| XYZ | 21.4 | 12.51 | 5.56 | - |
| YUV | 89.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 60 | 0 | 0.74 | 0.67 | 0.28 | 354.67 | 0.58 | 0.45 |
| Hex | B7 | 30 | 3C | 0 | 4A | 43 | 1C | 163 | 3A | 2D |
| Octal | 267 | 60 | 74 | 0 | 112 | 103 | 34 | 543 | 72 | 55 |
| Binary | 10110111 | 110000 | 111100 | 0 | 1001010 | 1000011 | 11100 | 101100011 | 111010 | 101101 |
Color Harmonies of #B7303C
Complementary color
Monochromatic Colors of #B7303C
Black with #B7303C
Text Example
Text Example
White with #B7303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7303C; }
p { color: rgb(183,48,60); }
H1.HeaderClassName
{
color: #B7303C;
}
.AnyTagClassName
{
color: #B7303C;
}
</style>
background-color css
<style>
a { background-color: #B7303C; }
a { background-color: rgb(183,48,60); }
div.DivClassName
{
background-color: #B7303C;
}
.BgClassName
{
background-color: #B7303C;
}
</style>
border-color css
<style>
span { border-color: #B7303C; }
span { border-color: rgb(183,48,60); }
td.TdClassName
{
border-color: #B7303C;
}
.TagClassName
{
border-color: #B7303C;
}
</style>