Shades of Brick Red #C53446
Tints of Brick Red #C53446
RGB
CMYK
RGB Variations
Color information
#C53446 (or 0xC53446) is known color: Brick Red. HEX triplet: C5, 34 and 46. RGB value is (197,52,70). Sum of RGB (Red+Green+Blue) = 197+52+70=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C53446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53446 is #3ACBB9. Grayscale: #616161. Windows color (decimal): -3853242 or 4601029. OLE color: 4601029.
HSL color Cylindrical-coordinate representation of color #C53446: hue angle of 352.55º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53446 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 70 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.23 |
| HSL | 352.55º | 0.58% | 0.49% | - |
| HSV(B) | 352.55º | 0.74% | 0.77% | - |
| XYZ | 25.36 | 14.77 | 7.31 | - |
| YUV | 97.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 70 | 0 | 0.74 | 0.64 | 0.23 | 352.55 | 0.58 | 0.49 |
| Hex | C5 | 34 | 46 | 0 | 4A | 40 | 17 | 161 | 3A | 31 |
| Octal | 305 | 64 | 106 | 0 | 112 | 100 | 27 | 541 | 72 | 61 |
| Binary | 11000101 | 110100 | 1000110 | 0 | 1001010 | 1000000 | 10111 | 101100001 | 111010 | 110001 |
Color Harmonies of #C53446
Complementary color
Monochromatic Colors of #C53446
Black with #C53446
Text Example
Text Example
White with #C53446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53446; }
p { color: rgb(197,52,70); }
H1.HeaderClassName
{
color: #C53446;
}
.AnyTagClassName
{
color: #C53446;
}
</style>
background-color css
<style>
a { background-color: #C53446; }
a { background-color: rgb(197,52,70); }
div.DivClassName
{
background-color: #C53446;
}
.BgClassName
{
background-color: #C53446;
}
</style>
border-color css
<style>
span { border-color: #C53446; }
span { border-color: rgb(197,52,70); }
td.TdClassName
{
border-color: #C53446;
}
.TagClassName
{
border-color: #C53446;
}
</style>