Shades of Brick Red #C52C38
Tints of Brick Red #C52C38
RGB
CMYK
RGB Variations
Color information
#C52C38 (or 0xC52C38) is known color: Brick Red. HEX triplet: C5, 2C and 38. RGB value is (197,44,56). Sum of RGB (Red+Green+Blue) = 197+44+56=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C38 is #3AD3C7. Grayscale: #5B5B5B. Windows color (decimal): -3855304 or 3681477. OLE color: 3681477.
HSL color Cylindrical-coordinate representation of color #C52C38: hue angle of 355.29º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C38 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 56 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.23 |
| HSL | 355.29º | 0.63% | 0.47% | - |
| HSV(B) | 355.29º | 0.78% | 0.77% | - |
| XYZ | 24.64 | 13.96 | 5.14 | - |
| YUV | 91.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 56 | 0 | 0.78 | 0.72 | 0.23 | 355.29 | 0.63 | 0.47 |
| Hex | C5 | 2C | 38 | 0 | 4E | 48 | 17 | 163 | 3F | 2F |
| Octal | 305 | 54 | 70 | 0 | 116 | 110 | 27 | 543 | 77 | 57 |
| Binary | 11000101 | 101100 | 111000 | 0 | 1001110 | 1001000 | 10111 | 101100011 | 111111 | 101111 |
Color Harmonies of #C52C38
Complementary color
Monochromatic Colors of #C52C38
Black with #C52C38
Text Example
Text Example
White with #C52C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C38; }
p { color: rgb(197,44,56); }
H1.HeaderClassName
{
color: #C52C38;
}
.AnyTagClassName
{
color: #C52C38;
}
</style>
background-color css
<style>
a { background-color: #C52C38; }
a { background-color: rgb(197,44,56); }
div.DivClassName
{
background-color: #C52C38;
}
.BgClassName
{
background-color: #C52C38;
}
</style>
border-color css
<style>
span { border-color: #C52C38; }
span { border-color: rgb(197,44,56); }
td.TdClassName
{
border-color: #C52C38;
}
.TagClassName
{
border-color: #C52C38;
}
</style>