Shades of Brick Red #C53C46
Tints of Brick Red #C53C46
RGB
CMYK
RGB Variations
Color information
#C53C46 (or 0xC53C46) is known color: Brick Red. HEX triplet: C5, 3C and 46. RGB value is (197,60,70). Sum of RGB (Red+Green+Blue) = 197+60+70=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C46 is #3AC3B9. Grayscale: #666666. Windows color (decimal): -3851194 or 4603077. OLE color: 4603077.
HSL color Cylindrical-coordinate representation of color #C53C46: hue angle of 355.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C46 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 70 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.23 |
| HSL | 355.62º | 0.54% | 0.5% | - |
| HSV(B) | 355.62º | 0.7% | 0.77% | - |
| XYZ | 25.75 | 15.54 | 7.44 | - |
| YUV | 102.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 70 | 0 | 0.70 | 0.64 | 0.23 | 355.62 | 0.54 | 0.5 |
| Hex | C5 | 3C | 46 | 0 | 46 | 40 | 17 | 164 | 36 | 32 |
| Octal | 305 | 74 | 106 | 0 | 106 | 100 | 27 | 544 | 66 | 62 |
| Binary | 11000101 | 111100 | 1000110 | 0 | 1000110 | 1000000 | 10111 | 101100100 | 110110 | 110010 |
Color Harmonies of #C53C46
Complementary color
Monochromatic Colors of #C53C46
Black with #C53C46
Text Example
Text Example
White with #C53C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C46; }
p { color: rgb(197,60,70); }
H1.HeaderClassName
{
color: #C53C46;
}
.AnyTagClassName
{
color: #C53C46;
}
</style>
background-color css
<style>
a { background-color: #C53C46; }
a { background-color: rgb(197,60,70); }
div.DivClassName
{
background-color: #C53C46;
}
.BgClassName
{
background-color: #C53C46;
}
</style>
border-color css
<style>
span { border-color: #C53C46; }
span { border-color: rgb(197,60,70); }
td.TdClassName
{
border-color: #C53C46;
}
.TagClassName
{
border-color: #C53C46;
}
</style>