Shades of Brick Red #C52A3E
Tints of Brick Red #C52A3E
RGB
CMYK
RGB Variations
Color information
#C52A3E (or 0xC52A3E) is known color: Brick Red. HEX triplet: C5, 2A and 3E. RGB value is (197,42,62). Sum of RGB (Red+Green+Blue) = 197+42+62=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52A3E is #3AD5C1. Grayscale: #5A5A5A. Windows color (decimal): -3855810 or 4074181. OLE color: 4074181.
HSL color Cylindrical-coordinate representation of color #C52A3E: hue angle of 352.26º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A3E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 62 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.23 |
| HSL | 352.26º | 0.65% | 0.47% | - |
| HSV(B) | 352.26º | 0.79% | 0.77% | - |
| XYZ | 24.72 | 13.87 | 5.93 | - |
| YUV | 90.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 62 | 0 | 0.79 | 0.69 | 0.23 | 352.26 | 0.65 | 0.47 |
| Hex | C5 | 2A | 3E | 0 | 4F | 45 | 17 | 160 | 41 | 2F |
| Octal | 305 | 52 | 76 | 0 | 117 | 105 | 27 | 540 | 101 | 57 |
| Binary | 11000101 | 101010 | 111110 | 0 | 1001111 | 1000101 | 10111 | 101100000 | 1000001 | 101111 |
Color Harmonies of #C52A3E
Complementary color
Monochromatic Colors of #C52A3E
Black with #C52A3E
Text Example
Text Example
White with #C52A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A3E; }
p { color: rgb(197,42,62); }
H1.HeaderClassName
{
color: #C52A3E;
}
.AnyTagClassName
{
color: #C52A3E;
}
</style>
background-color css
<style>
a { background-color: #C52A3E; }
a { background-color: rgb(197,42,62); }
div.DivClassName
{
background-color: #C52A3E;
}
.BgClassName
{
background-color: #C52A3E;
}
</style>
border-color css
<style>
span { border-color: #C52A3E; }
span { border-color: rgb(197,42,62); }
td.TdClassName
{
border-color: #C52A3E;
}
.TagClassName
{
border-color: #C52A3E;
}
</style>