Shades of Brick Red #C73849
Tints of Brick Red #C73849
RGB
CMYK
RGB Variations
Color information
#C73849 (or 0xC73849) is known color: Brick Red. HEX triplet: C7, 38 and 49. RGB value is (199,56,73). Sum of RGB (Red+Green+Blue) = 199+56+73=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C73849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73849 is #38C7B6. Grayscale: #646464. Windows color (decimal): -3721143 or 4798663. OLE color: 4798663.
HSL color Cylindrical-coordinate representation of color #C73849: hue angle of 352.87º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73849 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 73 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.22 |
| HSL | 352.87º | 0.56% | 0.5% | - |
| HSV(B) | 352.87º | 0.72% | 0.78% | - |
| XYZ | 26.17 | 15.45 | 7.91 | - |
| YUV | 100.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 73 | 0 | 0.72 | 0.63 | 0.22 | 352.87 | 0.56 | 0.5 |
| Hex | C7 | 38 | 49 | 0 | 48 | 3F | 16 | 161 | 38 | 32 |
| Octal | 307 | 70 | 111 | 0 | 110 | 77 | 26 | 541 | 70 | 62 |
| Binary | 11000111 | 111000 | 1001001 | 0 | 1001000 | 111111 | 10110 | 101100001 | 111000 | 110010 |
Color Harmonies of #C73849
Complementary color
Monochromatic Colors of #C73849
Black with #C73849
Text Example
Text Example
White with #C73849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73849; }
p { color: rgb(199,56,73); }
H1.HeaderClassName
{
color: #C73849;
}
.AnyTagClassName
{
color: #C73849;
}
</style>
background-color css
<style>
a { background-color: #C73849; }
a { background-color: rgb(199,56,73); }
div.DivClassName
{
background-color: #C73849;
}
.BgClassName
{
background-color: #C73849;
}
</style>
border-color css
<style>
span { border-color: #C73849; }
span { border-color: rgb(199,56,73); }
td.TdClassName
{
border-color: #C73849;
}
.TagClassName
{
border-color: #C73849;
}
</style>