Shades of Brick Red #C52C46
Tints of Brick Red #C52C46
RGB
CMYK
RGB Variations
Color information
#C52C46 (or 0xC52C46) is known color: Brick Red. HEX triplet: C5, 2C and 46. RGB value is (197,44,70). Sum of RGB (Red+Green+Blue) = 197+44+70=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C46 is #3AD3B9. Grayscale: #5C5C5C. Windows color (decimal): -3855290 or 4598981. OLE color: 4598981.
HSL color Cylindrical-coordinate representation of color #C52C46: hue angle of 349.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C46 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 70 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.23 |
| HSL | 349.8º | 0.63% | 0.47% | - |
| HSV(B) | 349.8º | 0.78% | 0.77% | - |
| XYZ | 25.03 | 14.11 | 7.2 | - |
| YUV | 92.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 70 | 0 | 0.78 | 0.64 | 0.23 | 349.8 | 0.63 | 0.47 |
| Hex | C5 | 2C | 46 | 0 | 4E | 40 | 17 | 15E | 3F | 2F |
| Octal | 305 | 54 | 106 | 0 | 116 | 100 | 27 | 536 | 77 | 57 |
| Binary | 11000101 | 101100 | 1000110 | 0 | 1001110 | 1000000 | 10111 | 101011110 | 111111 | 101111 |
Color Harmonies of #C52C46
Complementary color
Monochromatic Colors of #C52C46
Black with #C52C46
Text Example
Text Example
White with #C52C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C46; }
p { color: rgb(197,44,70); }
H1.HeaderClassName
{
color: #C52C46;
}
.AnyTagClassName
{
color: #C52C46;
}
</style>
background-color css
<style>
a { background-color: #C52C46; }
a { background-color: rgb(197,44,70); }
div.DivClassName
{
background-color: #C52C46;
}
.BgClassName
{
background-color: #C52C46;
}
</style>
border-color css
<style>
span { border-color: #C52C46; }
span { border-color: rgb(197,44,70); }
td.TdClassName
{
border-color: #C52C46;
}
.TagClassName
{
border-color: #C52C46;
}
</style>