Shades of Brick Red #C63240
Tints of Brick Red #C63240
RGB
CMYK
RGB Variations
Color information
#C63240 (or 0xC63240) is known color: Brick Red. HEX triplet: C6, 32 and 40. RGB value is (198,50,64). Sum of RGB (Red+Green+Blue) = 198+50+64=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C63240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63240 is #39CDBF. Grayscale: #5F5F5F. Windows color (decimal): -3788224 or 4207302. OLE color: 4207302.
HSL color Cylindrical-coordinate representation of color #C63240: hue angle of 354.32º 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 #C63240 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 64 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.22 |
| HSL | 354.32º | 0.6% | 0.49% | - |
| HSV(B) | 354.32º | 0.75% | 0.78% | - |
| XYZ | 25.35 | 14.66 | 6.34 | - |
| YUV | 95.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 64 | 0 | 0.75 | 0.68 | 0.22 | 354.32 | 0.6 | 0.49 |
| Hex | C6 | 32 | 40 | 0 | 4B | 44 | 16 | 162 | 3C | 31 |
| Octal | 306 | 62 | 100 | 0 | 113 | 104 | 26 | 542 | 74 | 61 |
| Binary | 11000110 | 110010 | 1000000 | 0 | 1001011 | 1000100 | 10110 | 101100010 | 111100 | 110001 |
Color Harmonies of #C63240
Complementary color
Monochromatic Colors of #C63240
Black with #C63240
Text Example
Text Example
White with #C63240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63240; }
p { color: rgb(198,50,64); }
H1.HeaderClassName
{
color: #C63240;
}
.AnyTagClassName
{
color: #C63240;
}
</style>
background-color css
<style>
a { background-color: #C63240; }
a { background-color: rgb(198,50,64); }
div.DivClassName
{
background-color: #C63240;
}
.BgClassName
{
background-color: #C63240;
}
</style>
border-color css
<style>
span { border-color: #C63240; }
span { border-color: rgb(198,50,64); }
td.TdClassName
{
border-color: #C63240;
}
.TagClassName
{
border-color: #C63240;
}
</style>