Shades of Brick Red #C53644
Tints of Brick Red #C53644
RGB
CMYK
RGB Variations
Color information
#C53644 (or 0xC53644) is known color: Brick Red. HEX triplet: C5, 36 and 44. RGB value is (197,54,68). Sum of RGB (Red+Green+Blue) = 197+54+68=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C53644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53644 is #3AC9BB. Grayscale: #626262. Windows color (decimal): -3852732 or 4470469. OLE color: 4470469.
HSL color Cylindrical-coordinate representation of color #C53644: hue angle of 354.13º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53644 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 68 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.23 |
| HSL | 354.13º | 0.57% | 0.49% | - |
| HSV(B) | 354.13º | 0.73% | 0.77% | - |
| XYZ | 25.39 | 14.93 | 7.01 | - |
| YUV | 98.35 | 110.88 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 68 | 0 | 0.73 | 0.65 | 0.23 | 354.13 | 0.57 | 0.49 |
| Hex | C5 | 36 | 44 | 0 | 49 | 41 | 17 | 162 | 39 | 31 |
| Octal | 305 | 66 | 104 | 0 | 111 | 101 | 27 | 542 | 71 | 61 |
| Binary | 11000101 | 110110 | 1000100 | 0 | 1001001 | 1000001 | 10111 | 101100010 | 111001 | 110001 |
Color Harmonies of #C53644
Complementary color
Monochromatic Colors of #C53644
Black with #C53644
Text Example
Text Example
White with #C53644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53644; }
p { color: rgb(197,54,68); }
H1.HeaderClassName
{
color: #C53644;
}
.AnyTagClassName
{
color: #C53644;
}
</style>
background-color css
<style>
a { background-color: #C53644; }
a { background-color: rgb(197,54,68); }
div.DivClassName
{
background-color: #C53644;
}
.BgClassName
{
background-color: #C53644;
}
</style>
border-color css
<style>
span { border-color: #C53644; }
span { border-color: rgb(197,54,68); }
td.TdClassName
{
border-color: #C53644;
}
.TagClassName
{
border-color: #C53644;
}
</style>