Shades of Brick Red #C52646
Tints of Brick Red #C52646
RGB
CMYK
RGB Variations
Color information
#C52646 (or 0xC52646) is known color: Brick Red. HEX triplet: C5, 26 and 46. RGB value is (197,38,70). Sum of RGB (Red+Green+Blue) = 197+38+70=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C52646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52646 is #3AD9B9. Grayscale: #595959. Windows color (decimal): -3856826 or 4597445. OLE color: 4597445.
HSL color Cylindrical-coordinate representation of color #C52646: hue angle of 347.92º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52646 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 70 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.23 |
| HSL | 347.92º | 0.68% | 0.46% | - |
| HSV(B) | 347.92º | 0.81% | 0.77% | - |
| XYZ | 24.82 | 13.7 | 7.13 | - |
| YUV | 89.19 | 117.18 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 70 | 0 | 0.81 | 0.64 | 0.23 | 347.92 | 0.68 | 0.46 |
| Hex | C5 | 26 | 46 | 0 | 51 | 40 | 17 | 15C | 44 | 2E |
| Octal | 305 | 46 | 106 | 0 | 121 | 100 | 27 | 534 | 104 | 56 |
| Binary | 11000101 | 100110 | 1000110 | 0 | 1010001 | 1000000 | 10111 | 101011100 | 1000100 | 101110 |
Color Harmonies of #C52646
Complementary color
Monochromatic Colors of #C52646
Black with #C52646
Text Example
Text Example
White with #C52646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52646; }
p { color: rgb(197,38,70); }
H1.HeaderClassName
{
color: #C52646;
}
.AnyTagClassName
{
color: #C52646;
}
</style>
background-color css
<style>
a { background-color: #C52646; }
a { background-color: rgb(197,38,70); }
div.DivClassName
{
background-color: #C52646;
}
.BgClassName
{
background-color: #C52646;
}
</style>
border-color css
<style>
span { border-color: #C52646; }
span { border-color: rgb(197,38,70); }
td.TdClassName
{
border-color: #C52646;
}
.TagClassName
{
border-color: #C52646;
}
</style>