Shades of Brick Red #C63845
Tints of Brick Red #C63845
RGB
CMYK
RGB Variations
Color information
#C63845 (or 0xC63845) is known color: Brick Red. HEX triplet: C6, 38 and 45. RGB value is (198,56,69). Sum of RGB (Red+Green+Blue) = 198+56+69=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C63845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63845 is #39C7BA. Grayscale: #646464. Windows color (decimal): -3786683 or 4536518. OLE color: 4536518.
HSL color Cylindrical-coordinate representation of color #C63845: hue angle of 354.51º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63845 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 69 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.22 |
| HSL | 354.51º | 0.56% | 0.5% | - |
| HSV(B) | 354.51º | 0.72% | 0.78% | - |
| XYZ | 25.78 | 15.26 | 7.22 | - |
| YUV | 99.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 69 | 0 | 0.72 | 0.65 | 0.22 | 354.51 | 0.56 | 0.5 |
| Hex | C6 | 38 | 45 | 0 | 48 | 41 | 16 | 163 | 38 | 32 |
| Octal | 306 | 70 | 105 | 0 | 110 | 101 | 26 | 543 | 70 | 62 |
| Binary | 11000110 | 111000 | 1000101 | 0 | 1001000 | 1000001 | 10110 | 101100011 | 111000 | 110010 |
Color Harmonies of #C63845
Complementary color
Monochromatic Colors of #C63845
Black with #C63845
Text Example
Text Example
White with #C63845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63845; }
p { color: rgb(198,56,69); }
H1.HeaderClassName
{
color: #C63845;
}
.AnyTagClassName
{
color: #C63845;
}
</style>
background-color css
<style>
a { background-color: #C63845; }
a { background-color: rgb(198,56,69); }
div.DivClassName
{
background-color: #C63845;
}
.BgClassName
{
background-color: #C63845;
}
</style>
border-color css
<style>
span { border-color: #C63845; }
span { border-color: rgb(198,56,69); }
td.TdClassName
{
border-color: #C63845;
}
.TagClassName
{
border-color: #C63845;
}
</style>