Shades of Brick Red #C73949
Tints of Brick Red #C73949
RGB
CMYK
RGB Variations
Color information
#C73949 (or 0xC73949) is known color: Brick Red. HEX triplet: C7, 39 and 49. RGB value is (199,57,73). Sum of RGB (Red+Green+Blue) = 199+57+73=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C73949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73949 is #38C6B6. Grayscale: #656565. Windows color (decimal): -3720887 or 4798919. OLE color: 4798919.
HSL color Cylindrical-coordinate representation of color #C73949: hue angle of 353.24º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73949 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 73 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.22 |
| HSL | 353.24º | 0.56% | 0.5% | - |
| HSV(B) | 353.24º | 0.71% | 0.78% | - |
| XYZ | 26.22 | 15.55 | 7.92 | - |
| YUV | 101.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 73 | 0 | 0.71 | 0.63 | 0.22 | 353.24 | 0.56 | 0.5 |
| Hex | C7 | 39 | 49 | 0 | 47 | 3F | 16 | 161 | 38 | 32 |
| Octal | 307 | 71 | 111 | 0 | 107 | 77 | 26 | 541 | 70 | 62 |
| Binary | 11000111 | 111001 | 1001001 | 0 | 1000111 | 111111 | 10110 | 101100001 | 111000 | 110010 |
Color Harmonies of #C73949
Complementary color
Monochromatic Colors of #C73949
Black with #C73949
Text Example
Text Example
White with #C73949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73949; }
p { color: rgb(199,57,73); }
H1.HeaderClassName
{
color: #C73949;
}
.AnyTagClassName
{
color: #C73949;
}
</style>
background-color css
<style>
a { background-color: #C73949; }
a { background-color: rgb(199,57,73); }
div.DivClassName
{
background-color: #C73949;
}
.BgClassName
{
background-color: #C73949;
}
</style>
border-color css
<style>
span { border-color: #C73949; }
span { border-color: rgb(199,57,73); }
td.TdClassName
{
border-color: #C73949;
}
.TagClassName
{
border-color: #C73949;
}
</style>