Shades of Brick Red #C63B4A
Tints of Brick Red #C63B4A
RGB
CMYK
RGB Variations
Color information
#C63B4A (or 0xC63B4A) is known color: Brick Red. HEX triplet: C6, 3B and 4A. RGB value is (198,59,74). Sum of RGB (Red+Green+Blue) = 198+59+74=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B4A is #39C4B5. Grayscale: #666666. Windows color (decimal): -3785910 or 4864966. OLE color: 4864966.
HSL color Cylindrical-coordinate representation of color #C63B4A: hue angle of 353.53º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B4A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 74 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.22 |
| HSL | 353.53º | 0.55% | 0.5% | - |
| HSV(B) | 353.53º | 0.7% | 0.78% | - |
| XYZ | 26.09 | 15.63 | 8.12 | - |
| YUV | 102.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 74 | 0 | 0.70 | 0.63 | 0.22 | 353.53 | 0.55 | 0.5 |
| Hex | C6 | 3B | 4A | 0 | 46 | 3F | 16 | 162 | 37 | 32 |
| Octal | 306 | 73 | 112 | 0 | 106 | 77 | 26 | 542 | 67 | 62 |
| Binary | 11000110 | 111011 | 1001010 | 0 | 1000110 | 111111 | 10110 | 101100010 | 110111 | 110010 |
Color Harmonies of #C63B4A
Complementary color
Monochromatic Colors of #C63B4A
Black with #C63B4A
Text Example
Text Example
White with #C63B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B4A; }
p { color: rgb(198,59,74); }
H1.HeaderClassName
{
color: #C63B4A;
}
.AnyTagClassName
{
color: #C63B4A;
}
</style>
background-color css
<style>
a { background-color: #C63B4A; }
a { background-color: rgb(198,59,74); }
div.DivClassName
{
background-color: #C63B4A;
}
.BgClassName
{
background-color: #C63B4A;
}
</style>
border-color css
<style>
span { border-color: #C63B4A; }
span { border-color: rgb(198,59,74); }
td.TdClassName
{
border-color: #C63B4A;
}
.TagClassName
{
border-color: #C63B4A;
}
</style>