Shades of Brick Red #C5303B
Tints of Brick Red #C5303B
RGB
CMYK
RGB Variations
Color information
#C5303B (or 0xC5303B) is known color: Brick Red. HEX triplet: C5, 30 and 3B. RGB value is (197,48,59). Sum of RGB (Red+Green+Blue) = 197+48+59=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C5303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5303B is #3ACFC4. Grayscale: #5D5D5D. Windows color (decimal): -3854277 or 3879109. OLE color: 3879109.
HSL color Cylindrical-coordinate representation of color #C5303B: hue angle of 355.57º 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 #C5303B is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 59 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.23 |
| HSL | 355.57º | 0.61% | 0.48% | - |
| HSV(B) | 355.57º | 0.76% | 0.77% | - |
| XYZ | 24.87 | 14.3 | 5.59 | - |
| YUV | 93.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 59 | 0 | 0.76 | 0.70 | 0.23 | 355.57 | 0.61 | 0.48 |
| Hex | C5 | 30 | 3B | 0 | 4C | 46 | 17 | 164 | 3D | 30 |
| Octal | 305 | 60 | 73 | 0 | 114 | 106 | 27 | 544 | 75 | 60 |
| Binary | 11000101 | 110000 | 111011 | 0 | 1001100 | 1000110 | 10111 | 101100100 | 111101 | 110000 |
Color Harmonies of #C5303B
Complementary color
Monochromatic Colors of #C5303B
Black with #C5303B
Text Example
Text Example
White with #C5303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5303B; }
p { color: rgb(197,48,59); }
H1.HeaderClassName
{
color: #C5303B;
}
.AnyTagClassName
{
color: #C5303B;
}
</style>
background-color css
<style>
a { background-color: #C5303B; }
a { background-color: rgb(197,48,59); }
div.DivClassName
{
background-color: #C5303B;
}
.BgClassName
{
background-color: #C5303B;
}
</style>
border-color css
<style>
span { border-color: #C5303B; }
span { border-color: rgb(197,48,59); }
td.TdClassName
{
border-color: #C5303B;
}
.TagClassName
{
border-color: #C5303B;
}
</style>