Shades of Brick Red #C52838
Tints of Brick Red #C52838
RGB
CMYK
RGB Variations
Color information
#C52838 (or 0xC52838) is known color: Brick Red. HEX triplet: C5, 28 and 38. RGB value is (197,40,56). Sum of RGB (Red+Green+Blue) = 197+40+56=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C52838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52838 is #3AD7C7. Grayscale: #585858. Windows color (decimal): -3856328 or 3680453. OLE color: 3680453.
HSL color Cylindrical-coordinate representation of color #C52838: hue angle of 353.89º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52838 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 56 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.23 |
| HSL | 353.89º | 0.66% | 0.46% | - |
| HSV(B) | 353.89º | 0.8% | 0.77% | - |
| XYZ | 24.5 | 13.67 | 5.09 | - |
| YUV | 88.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 56 | 0 | 0.80 | 0.72 | 0.23 | 353.89 | 0.66 | 0.46 |
| Hex | C5 | 28 | 38 | 0 | 50 | 48 | 17 | 162 | 42 | 2E |
| Octal | 305 | 50 | 70 | 0 | 120 | 110 | 27 | 542 | 102 | 56 |
| Binary | 11000101 | 101000 | 111000 | 0 | 1010000 | 1001000 | 10111 | 101100010 | 1000010 | 101110 |
Color Harmonies of #C52838
Complementary color
Monochromatic Colors of #C52838
Black with #C52838
Text Example
Text Example
White with #C52838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52838; }
p { color: rgb(197,40,56); }
H1.HeaderClassName
{
color: #C52838;
}
.AnyTagClassName
{
color: #C52838;
}
</style>
background-color css
<style>
a { background-color: #C52838; }
a { background-color: rgb(197,40,56); }
div.DivClassName
{
background-color: #C52838;
}
.BgClassName
{
background-color: #C52838;
}
</style>
border-color css
<style>
span { border-color: #C52838; }
span { border-color: rgb(197,40,56); }
td.TdClassName
{
border-color: #C52838;
}
.TagClassName
{
border-color: #C52838;
}
</style>