Shades of Brick Red #C5323C
Tints of Brick Red #C5323C
RGB
CMYK
RGB Variations
Color information
#C5323C (or 0xC5323C) is known color: Brick Red. HEX triplet: C5, 32 and 3C. RGB value is (197,50,60). Sum of RGB (Red+Green+Blue) = 197+50+60=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5323C is #3ACDC3. Grayscale: #5F5F5F. Windows color (decimal): -3853764 or 3945157. OLE color: 3945157.
HSL color Cylindrical-coordinate representation of color #C5323C: hue angle of 355.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5323C is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 60 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.23 |
| HSL | 355.92º | 0.6% | 0.48% | - |
| HSV(B) | 355.92º | 0.75% | 0.77% | - |
| XYZ | 24.98 | 14.48 | 5.75 | - |
| YUV | 95.09 | 108.2 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 60 | 0 | 0.75 | 0.70 | 0.23 | 355.92 | 0.6 | 0.48 |
| Hex | C5 | 32 | 3C | 0 | 4B | 46 | 17 | 164 | 3C | 30 |
| Octal | 305 | 62 | 74 | 0 | 113 | 106 | 27 | 544 | 74 | 60 |
| Binary | 11000101 | 110010 | 111100 | 0 | 1001011 | 1000110 | 10111 | 101100100 | 111100 | 110000 |
Color Harmonies of #C5323C
Complementary color
Monochromatic Colors of #C5323C
Black with #C5323C
Text Example
Text Example
White with #C5323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5323C; }
p { color: rgb(197,50,60); }
H1.HeaderClassName
{
color: #C5323C;
}
.AnyTagClassName
{
color: #C5323C;
}
</style>
background-color css
<style>
a { background-color: #C5323C; }
a { background-color: rgb(197,50,60); }
div.DivClassName
{
background-color: #C5323C;
}
.BgClassName
{
background-color: #C5323C;
}
</style>
border-color css
<style>
span { border-color: #C5323C; }
span { border-color: rgb(197,50,60); }
td.TdClassName
{
border-color: #C5323C;
}
.TagClassName
{
border-color: #C5323C;
}
</style>