Shades of Brick Red #C52E3C
Tints of Brick Red #C52E3C
RGB
CMYK
RGB Variations
Color information
#C52E3C (or 0xC52E3C) is known color: Brick Red. HEX triplet: C5, 2E and 3C. RGB value is (197,46,60). Sum of RGB (Red+Green+Blue) = 197+46+60=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E3C is #3AD1C3. Grayscale: #5C5C5C. Windows color (decimal): -3854788 or 3944133. OLE color: 3944133.
HSL color Cylindrical-coordinate representation of color #C52E3C: hue angle of 354.44º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52E3C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 60 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.23 |
| HSL | 354.44º | 0.62% | 0.48% | - |
| HSV(B) | 354.44º | 0.77% | 0.77% | - |
| XYZ | 24.82 | 14.15 | 5.7 | - |
| YUV | 92.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 60 | 0 | 0.77 | 0.70 | 0.23 | 354.44 | 0.62 | 0.48 |
| Hex | C5 | 2E | 3C | 0 | 4D | 46 | 17 | 162 | 3E | 30 |
| Octal | 305 | 56 | 74 | 0 | 115 | 106 | 27 | 542 | 76 | 60 |
| Binary | 11000101 | 101110 | 111100 | 0 | 1001101 | 1000110 | 10111 | 101100010 | 111110 | 110000 |
Color Harmonies of #C52E3C
Complementary color
Monochromatic Colors of #C52E3C
Black with #C52E3C
Text Example
Text Example
White with #C52E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E3C; }
p { color: rgb(197,46,60); }
H1.HeaderClassName
{
color: #C52E3C;
}
.AnyTagClassName
{
color: #C52E3C;
}
</style>
background-color css
<style>
a { background-color: #C52E3C; }
a { background-color: rgb(197,46,60); }
div.DivClassName
{
background-color: #C52E3C;
}
.BgClassName
{
background-color: #C52E3C;
}
</style>
border-color css
<style>
span { border-color: #C52E3C; }
span { border-color: rgb(197,46,60); }
td.TdClassName
{
border-color: #C52E3C;
}
.TagClassName
{
border-color: #C52E3C;
}
</style>