Shades of Brick Red #C63949
Tints of Brick Red #C63949
RGB
CMYK
RGB Variations
Color information
#C63949 (or 0xC63949) is known color: Brick Red. HEX triplet: C6, 39 and 49. RGB value is (198,57,73). Sum of RGB (Red+Green+Blue) = 198+57+73=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C63949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63949 is #39C6B6. Grayscale: #656565. Windows color (decimal): -3786423 or 4798918. OLE color: 4798918.
HSL color Cylindrical-coordinate representation of color #C63949: hue angle of 353.19º degrees, saturation: 0.55, 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 #C63949 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 73 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.22 |
| HSL | 353.19º | 0.55% | 0.5% | - |
| HSV(B) | 353.19º | 0.71% | 0.78% | - |
| XYZ | 25.95 | 15.41 | 7.91 | - |
| YUV | 100.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 73 | 0 | 0.71 | 0.63 | 0.22 | 353.19 | 0.55 | 0.5 |
| Hex | C6 | 39 | 49 | 0 | 47 | 3F | 16 | 161 | 37 | 32 |
| Octal | 306 | 71 | 111 | 0 | 107 | 77 | 26 | 541 | 67 | 62 |
| Binary | 11000110 | 111001 | 1001001 | 0 | 1000111 | 111111 | 10110 | 101100001 | 110111 | 110010 |
Color Harmonies of #C63949
Complementary color
Monochromatic Colors of #C63949
Black with #C63949
Text Example
Text Example
White with #C63949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63949; }
p { color: rgb(198,57,73); }
H1.HeaderClassName
{
color: #C63949;
}
.AnyTagClassName
{
color: #C63949;
}
</style>
background-color css
<style>
a { background-color: #C63949; }
a { background-color: rgb(198,57,73); }
div.DivClassName
{
background-color: #C63949;
}
.BgClassName
{
background-color: #C63949;
}
</style>
border-color css
<style>
span { border-color: #C63949; }
span { border-color: rgb(198,57,73); }
td.TdClassName
{
border-color: #C63949;
}
.TagClassName
{
border-color: #C63949;
}
</style>