Shades of Brick Red #C73649
Tints of Brick Red #C73649
RGB
CMYK
RGB Variations
Color information
#C73649 (or 0xC73649) is known color: Brick Red. HEX triplet: C7, 36 and 49. RGB value is (199,54,73). Sum of RGB (Red+Green+Blue) = 199+54+73=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C73649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73649 is #38C9B6. Grayscale: #636363. Windows color (decimal): -3721655 or 4798151. OLE color: 4798151.
HSL color Cylindrical-coordinate representation of color #C73649: hue angle of 352.14º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73649 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 73 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.22 |
| HSL | 352.14º | 0.57% | 0.5% | - |
| HSV(B) | 352.14º | 0.73% | 0.78% | - |
| XYZ | 26.07 | 15.26 | 7.87 | - |
| YUV | 99.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 73 | 0 | 0.73 | 0.63 | 0.22 | 352.14 | 0.57 | 0.5 |
| Hex | C7 | 36 | 49 | 0 | 49 | 3F | 16 | 160 | 39 | 32 |
| Octal | 307 | 66 | 111 | 0 | 111 | 77 | 26 | 540 | 71 | 62 |
| Binary | 11000111 | 110110 | 1001001 | 0 | 1001001 | 111111 | 10110 | 101100000 | 111001 | 110010 |
Color Harmonies of #C73649
Complementary color
Monochromatic Colors of #C73649
Black with #C73649
Text Example
Text Example
White with #C73649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73649; }
p { color: rgb(199,54,73); }
H1.HeaderClassName
{
color: #C73649;
}
.AnyTagClassName
{
color: #C73649;
}
</style>
background-color css
<style>
a { background-color: #C73649; }
a { background-color: rgb(199,54,73); }
div.DivClassName
{
background-color: #C73649;
}
.BgClassName
{
background-color: #C73649;
}
</style>
border-color css
<style>
span { border-color: #C73649; }
span { border-color: rgb(199,54,73); }
td.TdClassName
{
border-color: #C73649;
}
.TagClassName
{
border-color: #C73649;
}
</style>