Shades of Brick Red #C63245
Tints of Brick Red #C63245
RGB
CMYK
RGB Variations
Color information
#C63245 (or 0xC63245) is known color: Brick Red. HEX triplet: C6, 32 and 45. RGB value is (198,50,69). Sum of RGB (Red+Green+Blue) = 198+50+69=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C63245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63245 is #39CDBA. Grayscale: #606060. Windows color (decimal): -3788219 or 4534982. OLE color: 4534982.
HSL color Cylindrical-coordinate representation of color #C63245: hue angle of 352.3º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63245 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 69 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.22 |
| HSL | 352.3º | 0.6% | 0.49% | - |
| HSV(B) | 352.3º | 0.75% | 0.78% | - |
| XYZ | 25.5 | 14.72 | 7.13 | - |
| YUV | 96.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 69 | 0 | 0.75 | 0.65 | 0.22 | 352.3 | 0.6 | 0.49 |
| Hex | C6 | 32 | 45 | 0 | 4B | 41 | 16 | 160 | 3C | 31 |
| Octal | 306 | 62 | 105 | 0 | 113 | 101 | 26 | 540 | 74 | 61 |
| Binary | 11000110 | 110010 | 1000101 | 0 | 1001011 | 1000001 | 10110 | 101100000 | 111100 | 110001 |
Color Harmonies of #C63245
Complementary color
Monochromatic Colors of #C63245
Black with #C63245
Text Example
Text Example
White with #C63245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63245; }
p { color: rgb(198,50,69); }
H1.HeaderClassName
{
color: #C63245;
}
.AnyTagClassName
{
color: #C63245;
}
</style>
background-color css
<style>
a { background-color: #C63245; }
a { background-color: rgb(198,50,69); }
div.DivClassName
{
background-color: #C63245;
}
.BgClassName
{
background-color: #C63245;
}
</style>
border-color css
<style>
span { border-color: #C63245; }
span { border-color: rgb(198,50,69); }
td.TdClassName
{
border-color: #C63245;
}
.TagClassName
{
border-color: #C63245;
}
</style>