Shades of Brick Red #C6303E
Tints of Brick Red #C6303E
RGB
CMYK
RGB Variations
Color information
#C6303E (or 0xC6303E) is known color: Brick Red. HEX triplet: C6, 30 and 3E. RGB value is (198,48,62). Sum of RGB (Red+Green+Blue) = 198+48+62=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6303E is #39CFC1. Grayscale: #5E5E5E. Windows color (decimal): -3788738 or 4075718. OLE color: 4075718.
HSL color Cylindrical-coordinate representation of color #C6303E: hue angle of 354.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6303E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 62 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.22 |
| HSL | 354.4º | 0.61% | 0.48% | - |
| HSV(B) | 354.4º | 0.76% | 0.78% | - |
| XYZ | 25.22 | 14.47 | 6.02 | - |
| YUV | 94.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 62 | 0 | 0.76 | 0.69 | 0.22 | 354.4 | 0.61 | 0.48 |
| Hex | C6 | 30 | 3E | 0 | 4C | 45 | 16 | 162 | 3D | 30 |
| Octal | 306 | 60 | 76 | 0 | 114 | 105 | 26 | 542 | 75 | 60 |
| Binary | 11000110 | 110000 | 111110 | 0 | 1001100 | 1000101 | 10110 | 101100010 | 111101 | 110000 |
Color Harmonies of #C6303E
Complementary color
Monochromatic Colors of #C6303E
Black with #C6303E
Text Example
Text Example
White with #C6303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6303E; }
p { color: rgb(198,48,62); }
H1.HeaderClassName
{
color: #C6303E;
}
.AnyTagClassName
{
color: #C6303E;
}
</style>
background-color css
<style>
a { background-color: #C6303E; }
a { background-color: rgb(198,48,62); }
div.DivClassName
{
background-color: #C6303E;
}
.BgClassName
{
background-color: #C6303E;
}
</style>
border-color css
<style>
span { border-color: #C6303E; }
span { border-color: rgb(198,48,62); }
td.TdClassName
{
border-color: #C6303E;
}
.TagClassName
{
border-color: #C6303E;
}
</style>