Shades of Brick Red #C6313C
Tints of Brick Red #C6313C
RGB
CMYK
RGB Variations
Color information
#C6313C (or 0xC6313C) is known color: Brick Red. HEX triplet: C6, 31 and 3C. RGB value is (198,49,60). Sum of RGB (Red+Green+Blue) = 198+49+60=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6313C is #39CEC3. Grayscale: #5E5E5E. Windows color (decimal): -3788484 or 3944902. OLE color: 3944902.
HSL color Cylindrical-coordinate representation of color #C6313C: hue angle of 355.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6313C is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 60 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.22 |
| HSL | 355.57º | 0.6% | 0.48% | - |
| HSV(B) | 355.57º | 0.75% | 0.78% | - |
| XYZ | 25.2 | 14.53 | 5.75 | - |
| YUV | 94.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 60 | 0 | 0.75 | 0.70 | 0.22 | 355.57 | 0.6 | 0.48 |
| Hex | C6 | 31 | 3C | 0 | 4B | 46 | 16 | 164 | 3C | 30 |
| Octal | 306 | 61 | 74 | 0 | 113 | 106 | 26 | 544 | 74 | 60 |
| Binary | 11000110 | 110001 | 111100 | 0 | 1001011 | 1000110 | 10110 | 101100100 | 111100 | 110000 |
Color Harmonies of #C6313C
Complementary color
Monochromatic Colors of #C6313C
Black with #C6313C
Text Example
Text Example
White with #C6313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6313C; }
p { color: rgb(198,49,60); }
H1.HeaderClassName
{
color: #C6313C;
}
.AnyTagClassName
{
color: #C6313C;
}
</style>
background-color css
<style>
a { background-color: #C6313C; }
a { background-color: rgb(198,49,60); }
div.DivClassName
{
background-color: #C6313C;
}
.BgClassName
{
background-color: #C6313C;
}
</style>
border-color css
<style>
span { border-color: #C6313C; }
span { border-color: rgb(198,49,60); }
td.TdClassName
{
border-color: #C6313C;
}
.TagClassName
{
border-color: #C6313C;
}
</style>