Shades of Brick Red #C73147
Tints of Brick Red #C73147
RGB
CMYK
RGB Variations
Color information
#C73147 (or 0xC73147) is known color: Brick Red. HEX triplet: C7, 31 and 47. RGB value is (199,49,71). Sum of RGB (Red+Green+Blue) = 199+49+71=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C73147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73147 is #38CEB8. Grayscale: #606060. Windows color (decimal): -3722937 or 4665799. OLE color: 4665799.
HSL color Cylindrical-coordinate representation of color #C73147: hue angle of 351.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73147 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 71 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.22 |
| HSL | 351.2º | 0.6% | 0.49% | - |
| HSV(B) | 351.2º | 0.75% | 0.78% | - |
| XYZ | 25.79 | 14.79 | 7.46 | - |
| YUV | 96.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 71 | 0 | 0.75 | 0.64 | 0.22 | 351.2 | 0.6 | 0.49 |
| Hex | C7 | 31 | 47 | 0 | 4B | 40 | 16 | 15F | 3C | 31 |
| Octal | 307 | 61 | 107 | 0 | 113 | 100 | 26 | 537 | 74 | 61 |
| Binary | 11000111 | 110001 | 1000111 | 0 | 1001011 | 1000000 | 10110 | 101011111 | 111100 | 110001 |
Color Harmonies of #C73147
Complementary color
Monochromatic Colors of #C73147
Black with #C73147
Text Example
Text Example
White with #C73147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73147; }
p { color: rgb(199,49,71); }
H1.HeaderClassName
{
color: #C73147;
}
.AnyTagClassName
{
color: #C73147;
}
</style>
background-color css
<style>
a { background-color: #C73147; }
a { background-color: rgb(199,49,71); }
div.DivClassName
{
background-color: #C73147;
}
.BgClassName
{
background-color: #C73147;
}
</style>
border-color css
<style>
span { border-color: #C73147; }
span { border-color: rgb(199,49,71); }
td.TdClassName
{
border-color: #C73147;
}
.TagClassName
{
border-color: #C73147;
}
</style>