Shades of Brick Red #C53648
Tints of Brick Red #C53648
RGB
CMYK
RGB Variations
Color information
#C53648 (or 0xC53648) is known color: Brick Red. HEX triplet: C5, 36 and 48. RGB value is (197,54,72). Sum of RGB (Red+Green+Blue) = 197+54+72=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C53648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53648 is #3AC9B7. Grayscale: #626262. Windows color (decimal): -3852728 or 4732613. OLE color: 4732613.
HSL color Cylindrical-coordinate representation of color #C53648: hue angle of 352.45º 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 #C53648 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 72 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.23 |
| HSL | 352.45º | 0.57% | 0.49% | - |
| HSV(B) | 352.45º | 0.73% | 0.77% | - |
| XYZ | 25.51 | 14.98 | 7.68 | - |
| YUV | 98.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 72 | 0 | 0.73 | 0.63 | 0.23 | 352.45 | 0.57 | 0.49 |
| Hex | C5 | 36 | 48 | 0 | 49 | 3F | 17 | 160 | 39 | 31 |
| Octal | 305 | 66 | 110 | 0 | 111 | 77 | 27 | 540 | 71 | 61 |
| Binary | 11000101 | 110110 | 1001000 | 0 | 1001001 | 111111 | 10111 | 101100000 | 111001 | 110001 |
Color Harmonies of #C53648
Complementary color
Monochromatic Colors of #C53648
Black with #C53648
Text Example
Text Example
White with #C53648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53648; }
p { color: rgb(197,54,72); }
H1.HeaderClassName
{
color: #C53648;
}
.AnyTagClassName
{
color: #C53648;
}
</style>
background-color css
<style>
a { background-color: #C53648; }
a { background-color: rgb(197,54,72); }
div.DivClassName
{
background-color: #C53648;
}
.BgClassName
{
background-color: #C53648;
}
</style>
border-color css
<style>
span { border-color: #C53648; }
span { border-color: rgb(197,54,72); }
td.TdClassName
{
border-color: #C53648;
}
.TagClassName
{
border-color: #C53648;
}
</style>