Shades of Brick Red #C64348
Tints of Brick Red #C64348
RGB
CMYK
RGB Variations
Color information
#C64348 (or 0xC64348) is known color: Brick Red. HEX triplet: C6, 43 and 48. RGB value is (198,67,72). Sum of RGB (Red+Green+Blue) = 198+67+72=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C64348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64348 is #39BCB7. Grayscale: #6A6A6A. Windows color (decimal): -3783864 or 4735942. OLE color: 4735942.
HSL color Cylindrical-coordinate representation of color #C64348: hue angle of 357.71º 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 #C64348 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 72 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.22 |
| HSL | 357.71º | 0.53% | 0.52% | - |
| HSV(B) | 357.71º | 0.66% | 0.78% | - |
| XYZ | 26.47 | 16.49 | 7.92 | - |
| YUV | 106.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 72 | 0 | 0.66 | 0.64 | 0.22 | 357.71 | 0.53 | 0.52 |
| Hex | C6 | 43 | 48 | 0 | 42 | 40 | 16 | 166 | 35 | 34 |
| Octal | 306 | 103 | 110 | 0 | 102 | 100 | 26 | 546 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1001000 | 0 | 1000010 | 1000000 | 10110 | 101100110 | 110101 | 110100 |
Color Harmonies of #C64348
Complementary color
Monochromatic Colors of #C64348
Black with #C64348
Text Example
Text Example
White with #C64348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64348; }
p { color: rgb(198,67,72); }
H1.HeaderClassName
{
color: #C64348;
}
.AnyTagClassName
{
color: #C64348;
}
</style>
background-color css
<style>
a { background-color: #C64348; }
a { background-color: rgb(198,67,72); }
div.DivClassName
{
background-color: #C64348;
}
.BgClassName
{
background-color: #C64348;
}
</style>
border-color css
<style>
span { border-color: #C64348; }
span { border-color: rgb(198,67,72); }
td.TdClassName
{
border-color: #C64348;
}
.TagClassName
{
border-color: #C64348;
}
</style>