Shades of Brick Red #C6303B
Tints of Brick Red #C6303B
RGB
CMYK
RGB Variations
Color information
#C6303B (or 0xC6303B) is known color: Brick Red. HEX triplet: C6, 30 and 3B. RGB value is (198,48,59). Sum of RGB (Red+Green+Blue) = 198+48+59=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C6303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6303B is #39CFC4. Grayscale: #5E5E5E. Windows color (decimal): -3788741 or 3879110. OLE color: 3879110.
HSL color Cylindrical-coordinate representation of color #C6303B: hue angle of 355.6º 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 #C6303B is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 59 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.22 |
| HSL | 355.6º | 0.61% | 0.48% | - |
| HSV(B) | 355.6º | 0.76% | 0.78% | - |
| XYZ | 25.14 | 14.44 | 5.6 | - |
| YUV | 94.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 59 | 0 | 0.76 | 0.70 | 0.22 | 355.6 | 0.61 | 0.48 |
| Hex | C6 | 30 | 3B | 0 | 4C | 46 | 16 | 164 | 3D | 30 |
| Octal | 306 | 60 | 73 | 0 | 114 | 106 | 26 | 544 | 75 | 60 |
| Binary | 11000110 | 110000 | 111011 | 0 | 1001100 | 1000110 | 10110 | 101100100 | 111101 | 110000 |
Color Harmonies of #C6303B
Complementary color
Monochromatic Colors of #C6303B
Black with #C6303B
Text Example
Text Example
White with #C6303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6303B; }
p { color: rgb(198,48,59); }
H1.HeaderClassName
{
color: #C6303B;
}
.AnyTagClassName
{
color: #C6303B;
}
</style>
background-color css
<style>
a { background-color: #C6303B; }
a { background-color: rgb(198,48,59); }
div.DivClassName
{
background-color: #C6303B;
}
.BgClassName
{
background-color: #C6303B;
}
</style>
border-color css
<style>
span { border-color: #C6303B; }
span { border-color: rgb(198,48,59); }
td.TdClassName
{
border-color: #C6303B;
}
.TagClassName
{
border-color: #C6303B;
}
</style>