Shades of Brick Red #C52E3B
Tints of Brick Red #C52E3B
RGB
CMYK
RGB Variations
Color information
#C52E3B (or 0xC52E3B) is known color: Brick Red. HEX triplet: C5, 2E and 3B. RGB value is (197,46,59). Sum of RGB (Red+Green+Blue) = 197+46+59=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E3B is #3AD1C4. Grayscale: #5C5C5C. Windows color (decimal): -3854789 or 3878597. OLE color: 3878597.
HSL color Cylindrical-coordinate representation of color #C52E3B: hue angle of 354.83º 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 #C52E3B is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 59 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.23 |
| HSL | 354.83º | 0.62% | 0.48% | - |
| HSV(B) | 354.83º | 0.77% | 0.77% | - |
| XYZ | 24.79 | 14.14 | 5.56 | - |
| YUV | 92.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 59 | 0 | 0.77 | 0.70 | 0.23 | 354.83 | 0.62 | 0.48 |
| Hex | C5 | 2E | 3B | 0 | 4D | 46 | 17 | 163 | 3E | 30 |
| Octal | 305 | 56 | 73 | 0 | 115 | 106 | 27 | 543 | 76 | 60 |
| Binary | 11000101 | 101110 | 111011 | 0 | 1001101 | 1000110 | 10111 | 101100011 | 111110 | 110000 |
Color Harmonies of #C52E3B
Complementary color
Monochromatic Colors of #C52E3B
Black with #C52E3B
Text Example
Text Example
White with #C52E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E3B; }
p { color: rgb(197,46,59); }
H1.HeaderClassName
{
color: #C52E3B;
}
.AnyTagClassName
{
color: #C52E3B;
}
</style>
background-color css
<style>
a { background-color: #C52E3B; }
a { background-color: rgb(197,46,59); }
div.DivClassName
{
background-color: #C52E3B;
}
.BgClassName
{
background-color: #C52E3B;
}
</style>
border-color css
<style>
span { border-color: #C52E3B; }
span { border-color: rgb(197,46,59); }
td.TdClassName
{
border-color: #C52E3B;
}
.TagClassName
{
border-color: #C52E3B;
}
</style>