Shades of Brick Red #C63A47
Tints of Brick Red #C63A47
RGB
CMYK
RGB Variations
Color information
#C63A47 (or 0xC63A47) is known color: Brick Red. HEX triplet: C6, 3A and 47. RGB value is (198,58,71). Sum of RGB (Red+Green+Blue) = 198+58+71=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A47 is #39C5B8. Grayscale: #656565. Windows color (decimal): -3786169 or 4668102. OLE color: 4668102.
HSL color Cylindrical-coordinate representation of color #C63A47: hue angle of 354.43º 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 #C63A47 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 71 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.22 |
| HSL | 354.43º | 0.55% | 0.5% | - |
| HSV(B) | 354.43º | 0.71% | 0.78% | - |
| XYZ | 25.94 | 15.49 | 7.58 | - |
| YUV | 101.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 71 | 0 | 0.71 | 0.64 | 0.22 | 354.43 | 0.55 | 0.5 |
| Hex | C6 | 3A | 47 | 0 | 47 | 40 | 16 | 162 | 37 | 32 |
| Octal | 306 | 72 | 107 | 0 | 107 | 100 | 26 | 542 | 67 | 62 |
| Binary | 11000110 | 111010 | 1000111 | 0 | 1000111 | 1000000 | 10110 | 101100010 | 110111 | 110010 |
Color Harmonies of #C63A47
Complementary color
Monochromatic Colors of #C63A47
Black with #C63A47
Text Example
Text Example
White with #C63A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A47; }
p { color: rgb(198,58,71); }
H1.HeaderClassName
{
color: #C63A47;
}
.AnyTagClassName
{
color: #C63A47;
}
</style>
background-color css
<style>
a { background-color: #C63A47; }
a { background-color: rgb(198,58,71); }
div.DivClassName
{
background-color: #C63A47;
}
.BgClassName
{
background-color: #C63A47;
}
</style>
border-color css
<style>
span { border-color: #C63A47; }
span { border-color: rgb(198,58,71); }
td.TdClassName
{
border-color: #C63A47;
}
.TagClassName
{
border-color: #C63A47;
}
</style>