Shades of Brick Red #C63846
Tints of Brick Red #C63846
RGB
CMYK
RGB Variations
Color information
#C63846 (or 0xC63846) is known color: Brick Red. HEX triplet: C6, 38 and 46. RGB value is (198,56,70). Sum of RGB (Red+Green+Blue) = 198+56+70=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C63846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63846 is #39C7B9. Grayscale: #646464. Windows color (decimal): -3786682 or 4602054. OLE color: 4602054.
HSL color Cylindrical-coordinate representation of color #C63846: hue angle of 354.08º 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 #C63846 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 70 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.22 |
| HSL | 354.08º | 0.56% | 0.5% | - |
| HSV(B) | 354.08º | 0.72% | 0.78% | - |
| XYZ | 25.81 | 15.28 | 7.38 | - |
| YUV | 100.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 70 | 0 | 0.72 | 0.65 | 0.22 | 354.08 | 0.56 | 0.5 |
| Hex | C6 | 38 | 46 | 0 | 48 | 41 | 16 | 162 | 38 | 32 |
| Octal | 306 | 70 | 106 | 0 | 110 | 101 | 26 | 542 | 70 | 62 |
| Binary | 11000110 | 111000 | 1000110 | 0 | 1001000 | 1000001 | 10110 | 101100010 | 111000 | 110010 |
Color Harmonies of #C63846
Complementary color
Monochromatic Colors of #C63846
Black with #C63846
Text Example
Text Example
White with #C63846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63846; }
p { color: rgb(198,56,70); }
H1.HeaderClassName
{
color: #C63846;
}
.AnyTagClassName
{
color: #C63846;
}
</style>
background-color css
<style>
a { background-color: #C63846; }
a { background-color: rgb(198,56,70); }
div.DivClassName
{
background-color: #C63846;
}
.BgClassName
{
background-color: #C63846;
}
</style>
border-color css
<style>
span { border-color: #C63846; }
span { border-color: rgb(198,56,70); }
td.TdClassName
{
border-color: #C63846;
}
.TagClassName
{
border-color: #C63846;
}
</style>