Shades of Brick Red #C6353F
Tints of Brick Red #C6353F
RGB
CMYK
RGB Variations
Color information
#C6353F (or 0xC6353F) is known color: Brick Red. HEX triplet: C6, 35 and 3F. RGB value is (198,53,63). Sum of RGB (Red+Green+Blue) = 198+53+63=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6353F is #39CAC0. Grayscale: #616161. Windows color (decimal): -3787457 or 4142534. OLE color: 4142534.
HSL color Cylindrical-coordinate representation of color #C6353F: hue angle of 355.86º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6353F is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 63 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.22 |
| HSL | 355.86º | 0.58% | 0.49% | - |
| HSV(B) | 355.86º | 0.73% | 0.78% | - |
| XYZ | 25.46 | 14.91 | 6.24 | - |
| YUV | 97.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 63 | 0 | 0.73 | 0.68 | 0.22 | 355.86 | 0.58 | 0.49 |
| Hex | C6 | 35 | 3F | 0 | 49 | 44 | 16 | 164 | 3A | 31 |
| Octal | 306 | 65 | 77 | 0 | 111 | 104 | 26 | 544 | 72 | 61 |
| Binary | 11000110 | 110101 | 111111 | 0 | 1001001 | 1000100 | 10110 | 101100100 | 111010 | 110001 |
Color Harmonies of #C6353F
Complementary color
Monochromatic Colors of #C6353F
Black with #C6353F
Text Example
Text Example
White with #C6353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6353F; }
p { color: rgb(198,53,63); }
H1.HeaderClassName
{
color: #C6353F;
}
.AnyTagClassName
{
color: #C6353F;
}
</style>
background-color css
<style>
a { background-color: #C6353F; }
a { background-color: rgb(198,53,63); }
div.DivClassName
{
background-color: #C6353F;
}
.BgClassName
{
background-color: #C6353F;
}
</style>
border-color css
<style>
span { border-color: #C6353F; }
span { border-color: rgb(198,53,63); }
td.TdClassName
{
border-color: #C6353F;
}
.TagClassName
{
border-color: #C6353F;
}
</style>