Shades of Brick Red #C63945
Tints of Brick Red #C63945
RGB
CMYK
RGB Variations
Color information
#C63945 (or 0xC63945) is known color: Brick Red. HEX triplet: C6, 39 and 45. RGB value is (198,57,69). Sum of RGB (Red+Green+Blue) = 198+57+69=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C63945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63945 is #39C6BA. Grayscale: #646464. Windows color (decimal): -3786427 or 4536774. OLE color: 4536774.
HSL color Cylindrical-coordinate representation of color #C63945: hue angle of 354.89º 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 #C63945 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 69 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.22 |
| HSL | 354.89º | 0.55% | 0.5% | - |
| HSV(B) | 354.89º | 0.71% | 0.78% | - |
| XYZ | 25.83 | 15.36 | 7.23 | - |
| YUV | 100.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 69 | 0 | 0.71 | 0.65 | 0.22 | 354.89 | 0.55 | 0.5 |
| Hex | C6 | 39 | 45 | 0 | 47 | 41 | 16 | 163 | 37 | 32 |
| Octal | 306 | 71 | 105 | 0 | 107 | 101 | 26 | 543 | 67 | 62 |
| Binary | 11000110 | 111001 | 1000101 | 0 | 1000111 | 1000001 | 10110 | 101100011 | 110111 | 110010 |
Color Harmonies of #C63945
Complementary color
Monochromatic Colors of #C63945
Black with #C63945
Text Example
Text Example
White with #C63945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63945; }
p { color: rgb(198,57,69); }
H1.HeaderClassName
{
color: #C63945;
}
.AnyTagClassName
{
color: #C63945;
}
</style>
background-color css
<style>
a { background-color: #C63945; }
a { background-color: rgb(198,57,69); }
div.DivClassName
{
background-color: #C63945;
}
.BgClassName
{
background-color: #C63945;
}
</style>
border-color css
<style>
span { border-color: #C63945; }
span { border-color: rgb(198,57,69); }
td.TdClassName
{
border-color: #C63945;
}
.TagClassName
{
border-color: #C63945;
}
</style>