Shades of Brick Red #C52D46
Tints of Brick Red #C52D46
RGB
CMYK
RGB Variations
Color information
#C52D46 (or 0xC52D46) is known color: Brick Red. HEX triplet: C5, 2D and 46. RGB value is (197,45,70). Sum of RGB (Red+Green+Blue) = 197+45+70=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52D46 is #3AD2B9. Grayscale: #5D5D5D. Windows color (decimal): -3855034 or 4599237. OLE color: 4599237.
HSL color Cylindrical-coordinate representation of color #C52D46: hue angle of 350.13º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52D46 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 70 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.23 |
| HSL | 350.13º | 0.63% | 0.47% | - |
| HSV(B) | 350.13º | 0.77% | 0.77% | - |
| XYZ | 25.07 | 14.19 | 7.21 | - |
| YUV | 93.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 70 | 0 | 0.77 | 0.64 | 0.23 | 350.13 | 0.63 | 0.47 |
| Hex | C5 | 2D | 46 | 0 | 4D | 40 | 17 | 15E | 3F | 2F |
| Octal | 305 | 55 | 106 | 0 | 115 | 100 | 27 | 536 | 77 | 57 |
| Binary | 11000101 | 101101 | 1000110 | 0 | 1001101 | 1000000 | 10111 | 101011110 | 111111 | 101111 |
Color Harmonies of #C52D46
Complementary color
Monochromatic Colors of #C52D46
Black with #C52D46
Text Example
Text Example
White with #C52D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D46; }
p { color: rgb(197,45,70); }
H1.HeaderClassName
{
color: #C52D46;
}
.AnyTagClassName
{
color: #C52D46;
}
</style>
background-color css
<style>
a { background-color: #C52D46; }
a { background-color: rgb(197,45,70); }
div.DivClassName
{
background-color: #C52D46;
}
.BgClassName
{
background-color: #C52D46;
}
</style>
border-color css
<style>
span { border-color: #C52D46; }
span { border-color: rgb(197,45,70); }
td.TdClassName
{
border-color: #C52D46;
}
.TagClassName
{
border-color: #C52D46;
}
</style>