Shades of Brick Red #C63248
Tints of Brick Red #C63248
RGB
CMYK
RGB Variations
Color information
#C63248 (or 0xC63248) is known color: Brick Red. HEX triplet: C6, 32 and 48. RGB value is (198,50,72). Sum of RGB (Red+Green+Blue) = 198+50+72=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C63248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63248 is #39CDB7. Grayscale: #606060. Windows color (decimal): -3788216 or 4731590. OLE color: 4731590.
HSL color Cylindrical-coordinate representation of color #C63248: hue angle of 351.08º 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 #C63248 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 72 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.22 |
| HSL | 351.08º | 0.6% | 0.49% | - |
| HSV(B) | 351.08º | 0.75% | 0.78% | - |
| XYZ | 25.6 | 14.75 | 7.63 | - |
| YUV | 96.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 72 | 0 | 0.75 | 0.64 | 0.22 | 351.08 | 0.6 | 0.49 |
| Hex | C6 | 32 | 48 | 0 | 4B | 40 | 16 | 15F | 3C | 31 |
| Octal | 306 | 62 | 110 | 0 | 113 | 100 | 26 | 537 | 74 | 61 |
| Binary | 11000110 | 110010 | 1001000 | 0 | 1001011 | 1000000 | 10110 | 101011111 | 111100 | 110001 |
Color Harmonies of #C63248
Complementary color
Monochromatic Colors of #C63248
Black with #C63248
Text Example
Text Example
White with #C63248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63248; }
p { color: rgb(198,50,72); }
H1.HeaderClassName
{
color: #C63248;
}
.AnyTagClassName
{
color: #C63248;
}
</style>
background-color css
<style>
a { background-color: #C63248; }
a { background-color: rgb(198,50,72); }
div.DivClassName
{
background-color: #C63248;
}
.BgClassName
{
background-color: #C63248;
}
</style>
border-color css
<style>
span { border-color: #C63248; }
span { border-color: rgb(198,50,72); }
td.TdClassName
{
border-color: #C63248;
}
.TagClassName
{
border-color: #C63248;
}
</style>