Shades of Brick Red #C64349
Tints of Brick Red #C64349
RGB
CMYK
RGB Variations
Color information
#C64349 (or 0xC64349) is known color: Brick Red. HEX triplet: C6, 43 and 49. RGB value is (198,67,73). Sum of RGB (Red+Green+Blue) = 198+67+73=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C64349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64349 is #39BCB6. Grayscale: #6A6A6A. Windows color (decimal): -3783863 or 4801478. OLE color: 4801478.
HSL color Cylindrical-coordinate representation of color #C64349: hue angle of 357.25º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64349 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 73 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.22 |
| HSL | 357.25º | 0.53% | 0.52% | - |
| HSV(B) | 357.25º | 0.66% | 0.78% | - |
| XYZ | 26.5 | 16.5 | 8.09 | - |
| YUV | 106.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 73 | 0 | 0.66 | 0.63 | 0.22 | 357.25 | 0.53 | 0.52 |
| Hex | C6 | 43 | 49 | 0 | 42 | 3F | 16 | 165 | 35 | 34 |
| Octal | 306 | 103 | 111 | 0 | 102 | 77 | 26 | 545 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1001001 | 0 | 1000010 | 111111 | 10110 | 101100101 | 110101 | 110100 |
Color Harmonies of #C64349
Complementary color
Monochromatic Colors of #C64349
Black with #C64349
Text Example
Text Example
White with #C64349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64349; }
p { color: rgb(198,67,73); }
H1.HeaderClassName
{
color: #C64349;
}
.AnyTagClassName
{
color: #C64349;
}
</style>
background-color css
<style>
a { background-color: #C64349; }
a { background-color: rgb(198,67,73); }
div.DivClassName
{
background-color: #C64349;
}
.BgClassName
{
background-color: #C64349;
}
</style>
border-color css
<style>
span { border-color: #C64349; }
span { border-color: rgb(198,67,73); }
td.TdClassName
{
border-color: #C64349;
}
.TagClassName
{
border-color: #C64349;
}
</style>