Shades of Brick Red #C53145
Tints of Brick Red #C53145
RGB
CMYK
RGB Variations
Color information
#C53145 (or 0xC53145) is known color: Brick Red. HEX triplet: C5, 31 and 45. RGB value is (197,49,69). Sum of RGB (Red+Green+Blue) = 197+49+69=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C53145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53145 is #3ACEBA. Grayscale: #5F5F5F. Windows color (decimal): -3854011 or 4534725. OLE color: 4534725.
HSL color Cylindrical-coordinate representation of color #C53145: hue angle of 351.89º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53145 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 69 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.23 |
| HSL | 351.89º | 0.6% | 0.48% | - |
| HSV(B) | 351.89º | 0.75% | 0.77% | - |
| XYZ | 25.2 | 14.5 | 7.1 | - |
| YUV | 95.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 69 | 0 | 0.75 | 0.65 | 0.23 | 351.89 | 0.6 | 0.48 |
| Hex | C5 | 31 | 45 | 0 | 4B | 41 | 17 | 160 | 3C | 30 |
| Octal | 305 | 61 | 105 | 0 | 113 | 101 | 27 | 540 | 74 | 60 |
| Binary | 11000101 | 110001 | 1000101 | 0 | 1001011 | 1000001 | 10111 | 101100000 | 111100 | 110000 |
Color Harmonies of #C53145
Complementary color
Monochromatic Colors of #C53145
Black with #C53145
Text Example
Text Example
White with #C53145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53145; }
p { color: rgb(197,49,69); }
H1.HeaderClassName
{
color: #C53145;
}
.AnyTagClassName
{
color: #C53145;
}
</style>
background-color css
<style>
a { background-color: #C53145; }
a { background-color: rgb(197,49,69); }
div.DivClassName
{
background-color: #C53145;
}
.BgClassName
{
background-color: #C53145;
}
</style>
border-color css
<style>
span { border-color: #C53145; }
span { border-color: rgb(197,49,69); }
td.TdClassName
{
border-color: #C53145;
}
.TagClassName
{
border-color: #C53145;
}
</style>