Shades of Brick Red #C52B40
Tints of Brick Red #C52B40
RGB
CMYK
RGB Variations
Color information
#C52B40 (or 0xC52B40) is known color: Brick Red. HEX triplet: C5, 2B and 40. RGB value is (197,43,64). Sum of RGB (Red+Green+Blue) = 197+43+64=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B40 is #3AD4BF. Grayscale: #5B5B5B. Windows color (decimal): -3855552 or 4205509. OLE color: 4205509.
HSL color Cylindrical-coordinate representation of color #C52B40: hue angle of 351.82º degrees, saturation: 0.64, 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 #C52B40 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 64 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.23 |
| HSL | 351.82º | 0.64% | 0.47% | - |
| HSV(B) | 351.82º | 0.78% | 0.77% | - |
| XYZ | 24.82 | 13.97 | 6.24 | - |
| YUV | 91.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 64 | 0 | 0.78 | 0.68 | 0.23 | 351.82 | 0.64 | 0.47 |
| Hex | C5 | 2B | 40 | 0 | 4E | 44 | 17 | 160 | 40 | 2F |
| Octal | 305 | 53 | 100 | 0 | 116 | 104 | 27 | 540 | 100 | 57 |
| Binary | 11000101 | 101011 | 1000000 | 0 | 1001110 | 1000100 | 10111 | 101100000 | 1000000 | 101111 |
Color Harmonies of #C52B40
Complementary color
Monochromatic Colors of #C52B40
Black with #C52B40
Text Example
Text Example
White with #C52B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52B40; }
p { color: rgb(197,43,64); }
H1.HeaderClassName
{
color: #C52B40;
}
.AnyTagClassName
{
color: #C52B40;
}
</style>
background-color css
<style>
a { background-color: #C52B40; }
a { background-color: rgb(197,43,64); }
div.DivClassName
{
background-color: #C52B40;
}
.BgClassName
{
background-color: #C52B40;
}
</style>
border-color css
<style>
span { border-color: #C52B40; }
span { border-color: rgb(197,43,64); }
td.TdClassName
{
border-color: #C52B40;
}
.TagClassName
{
border-color: #C52B40;
}
</style>