Shades of Brick Red #C64049
Tints of Brick Red #C64049
RGB
CMYK
RGB Variations
Color information
#C64049 (or 0xC64049) is known color: Brick Red. HEX triplet: C6, 40 and 49. RGB value is (198,64,73). Sum of RGB (Red+Green+Blue) = 198+64+73=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64049 is #39BFB6. Grayscale: #696969. Windows color (decimal): -3784631 or 4800710. OLE color: 4800710.
HSL color Cylindrical-coordinate representation of color #C64049: hue angle of 355.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64049 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 73 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.22 |
| HSL | 355.97º | 0.54% | 0.51% | - |
| HSV(B) | 355.97º | 0.68% | 0.78% | - |
| XYZ | 26.32 | 16.15 | 8.03 | - |
| YUV | 105.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 73 | 0 | 0.68 | 0.63 | 0.22 | 355.97 | 0.54 | 0.51 |
| Hex | C6 | 40 | 49 | 0 | 44 | 3F | 16 | 164 | 36 | 33 |
| Octal | 306 | 100 | 111 | 0 | 104 | 77 | 26 | 544 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1001001 | 0 | 1000100 | 111111 | 10110 | 101100100 | 110110 | 110011 |
Color Harmonies of #C64049
Complementary color
Monochromatic Colors of #C64049
Black with #C64049
Text Example
Text Example
White with #C64049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64049; }
p { color: rgb(198,64,73); }
H1.HeaderClassName
{
color: #C64049;
}
.AnyTagClassName
{
color: #C64049;
}
</style>
background-color css
<style>
a { background-color: #C64049; }
a { background-color: rgb(198,64,73); }
div.DivClassName
{
background-color: #C64049;
}
.BgClassName
{
background-color: #C64049;
}
</style>
border-color css
<style>
span { border-color: #C64049; }
span { border-color: rgb(198,64,73); }
td.TdClassName
{
border-color: #C64049;
}
.TagClassName
{
border-color: #C64049;
}
</style>