Shades of Brick Red #C53146
Tints of Brick Red #C53146
RGB
CMYK
RGB Variations
Color information
#C53146 (or 0xC53146) is known color: Brick Red. HEX triplet: C5, 31 and 46. RGB value is (197,49,70). Sum of RGB (Red+Green+Blue) = 197+49+70=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C53146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53146 is #3ACEB9. Grayscale: #5F5F5F. Windows color (decimal): -3854010 or 4600261. OLE color: 4600261.
HSL color Cylindrical-coordinate representation of color #C53146: hue angle of 351.49º 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 #C53146 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 70 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.23 |
| HSL | 351.49º | 0.6% | 0.48% | - |
| HSV(B) | 351.49º | 0.75% | 0.77% | - |
| XYZ | 25.23 | 14.51 | 7.27 | - |
| YUV | 95.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 70 | 0 | 0.75 | 0.64 | 0.23 | 351.49 | 0.6 | 0.48 |
| Hex | C5 | 31 | 46 | 0 | 4B | 40 | 17 | 15F | 3C | 30 |
| Octal | 305 | 61 | 106 | 0 | 113 | 100 | 27 | 537 | 74 | 60 |
| Binary | 11000101 | 110001 | 1000110 | 0 | 1001011 | 1000000 | 10111 | 101011111 | 111100 | 110000 |
Color Harmonies of #C53146
Complementary color
Monochromatic Colors of #C53146
Black with #C53146
Text Example
Text Example
White with #C53146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53146; }
p { color: rgb(197,49,70); }
H1.HeaderClassName
{
color: #C53146;
}
.AnyTagClassName
{
color: #C53146;
}
</style>
background-color css
<style>
a { background-color: #C53146; }
a { background-color: rgb(197,49,70); }
div.DivClassName
{
background-color: #C53146;
}
.BgClassName
{
background-color: #C53146;
}
</style>
border-color css
<style>
span { border-color: #C53146; }
span { border-color: rgb(197,49,70); }
td.TdClassName
{
border-color: #C53146;
}
.TagClassName
{
border-color: #C53146;
}
</style>