Shades of Brick Red #C63243
Tints of Brick Red #C63243
RGB
CMYK
RGB Variations
Color information
#C63243 (or 0xC63243) is known color: Brick Red. HEX triplet: C6, 32 and 43. RGB value is (198,50,67). Sum of RGB (Red+Green+Blue) = 198+50+67=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C63243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63243 is #39CDBC. Grayscale: #606060. Windows color (decimal): -3788221 or 4403910. OLE color: 4403910.
HSL color Cylindrical-coordinate representation of color #C63243: hue angle of 353.11º 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 #C63243 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 67 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.22 |
| HSL | 353.11º | 0.6% | 0.49% | - |
| HSV(B) | 353.11º | 0.75% | 0.78% | - |
| XYZ | 25.44 | 14.69 | 6.81 | - |
| YUV | 96.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 67 | 0 | 0.75 | 0.66 | 0.22 | 353.11 | 0.6 | 0.49 |
| Hex | C6 | 32 | 43 | 0 | 4B | 42 | 16 | 161 | 3C | 31 |
| Octal | 306 | 62 | 103 | 0 | 113 | 102 | 26 | 541 | 74 | 61 |
| Binary | 11000110 | 110010 | 1000011 | 0 | 1001011 | 1000010 | 10110 | 101100001 | 111100 | 110001 |
Color Harmonies of #C63243
Complementary color
Monochromatic Colors of #C63243
Black with #C63243
Text Example
Text Example
White with #C63243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63243; }
p { color: rgb(198,50,67); }
H1.HeaderClassName
{
color: #C63243;
}
.AnyTagClassName
{
color: #C63243;
}
</style>
background-color css
<style>
a { background-color: #C63243; }
a { background-color: rgb(198,50,67); }
div.DivClassName
{
background-color: #C63243;
}
.BgClassName
{
background-color: #C63243;
}
</style>
border-color css
<style>
span { border-color: #C63243; }
span { border-color: rgb(198,50,67); }
td.TdClassName
{
border-color: #C63243;
}
.TagClassName
{
border-color: #C63243;
}
</style>