Shades of Brick Red #C74049
Tints of Brick Red #C74049
RGB
CMYK
RGB Variations
Color information
#C74049 (or 0xC74049) is known color: Brick Red. HEX triplet: C7, 40 and 49. RGB value is (199,64,73). Sum of RGB (Red+Green+Blue) = 199+64+73=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C74049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74049 is #38BFB6. Grayscale: #696969. Windows color (decimal): -3719095 or 4800711. OLE color: 4800711.
HSL color Cylindrical-coordinate representation of color #C74049: hue angle of 356º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74049 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 73 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.22 |
| HSL | 356º | 0.55% | 0.52% | - |
| HSV(B) | 356º | 0.68% | 0.78% | - |
| XYZ | 26.59 | 16.29 | 8.05 | - |
| YUV | 105.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 73 | 0 | 0.68 | 0.63 | 0.22 | 356 | 0.55 | 0.52 |
| Hex | C7 | 40 | 49 | 0 | 44 | 3F | 16 | 164 | 37 | 34 |
| Octal | 307 | 100 | 111 | 0 | 104 | 77 | 26 | 544 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1001001 | 0 | 1000100 | 111111 | 10110 | 101100100 | 110111 | 110100 |
Color Harmonies of #C74049
Complementary color
Monochromatic Colors of #C74049
Black with #C74049
Text Example
Text Example
White with #C74049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74049; }
p { color: rgb(199,64,73); }
H1.HeaderClassName
{
color: #C74049;
}
.AnyTagClassName
{
color: #C74049;
}
</style>
background-color css
<style>
a { background-color: #C74049; }
a { background-color: rgb(199,64,73); }
div.DivClassName
{
background-color: #C74049;
}
.BgClassName
{
background-color: #C74049;
}
</style>
border-color css
<style>
span { border-color: #C74049; }
span { border-color: rgb(199,64,73); }
td.TdClassName
{
border-color: #C74049;
}
.TagClassName
{
border-color: #C74049;
}
</style>