Shades of Brick Red #C5303C
Tints of Brick Red #C5303C
RGB
CMYK
RGB Variations
Color information
#C5303C (or 0xC5303C) is known color: Brick Red. HEX triplet: C5, 30 and 3C. RGB value is (197,48,60). Sum of RGB (Red+Green+Blue) = 197+48+60=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5303C is #3ACFC3. Grayscale: #5E5E5E. Windows color (decimal): -3854276 or 3944645. OLE color: 3944645.
HSL color Cylindrical-coordinate representation of color #C5303C: hue angle of 355.17º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5303C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 60 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.23 |
| HSL | 355.17º | 0.61% | 0.48% | - |
| HSV(B) | 355.17º | 0.76% | 0.77% | - |
| XYZ | 24.9 | 14.31 | 5.72 | - |
| YUV | 93.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 60 | 0 | 0.76 | 0.70 | 0.23 | 355.17 | 0.61 | 0.48 |
| Hex | C5 | 30 | 3C | 0 | 4C | 46 | 17 | 163 | 3D | 30 |
| Octal | 305 | 60 | 74 | 0 | 114 | 106 | 27 | 543 | 75 | 60 |
| Binary | 11000101 | 110000 | 111100 | 0 | 1001100 | 1000110 | 10111 | 101100011 | 111101 | 110000 |
Color Harmonies of #C5303C
Complementary color
Monochromatic Colors of #C5303C
Black with #C5303C
Text Example
Text Example
White with #C5303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5303C; }
p { color: rgb(197,48,60); }
H1.HeaderClassName
{
color: #C5303C;
}
.AnyTagClassName
{
color: #C5303C;
}
</style>
background-color css
<style>
a { background-color: #C5303C; }
a { background-color: rgb(197,48,60); }
div.DivClassName
{
background-color: #C5303C;
}
.BgClassName
{
background-color: #C5303C;
}
</style>
border-color css
<style>
span { border-color: #C5303C; }
span { border-color: rgb(197,48,60); }
td.TdClassName
{
border-color: #C5303C;
}
.TagClassName
{
border-color: #C5303C;
}
</style>