Shades of Brick Red #C52B41
Tints of Brick Red #C52B41
RGB
CMYK
RGB Variations
Color information
#C52B41 (or 0xC52B41) is known color: Brick Red. HEX triplet: C5, 2B and 41. RGB value is (197,43,65). Sum of RGB (Red+Green+Blue) = 197+43+65=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B41 is #3AD4BE. Grayscale: #5B5B5B. Windows color (decimal): -3855551 or 4271045. OLE color: 4271045.
HSL color Cylindrical-coordinate representation of color #C52B41: hue angle of 351.43º 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 #C52B41 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 65 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.23 |
| HSL | 351.43º | 0.64% | 0.47% | - |
| HSV(B) | 351.43º | 0.78% | 0.77% | - |
| XYZ | 24.84 | 13.98 | 6.39 | - |
| YUV | 91.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 65 | 0 | 0.78 | 0.67 | 0.23 | 351.43 | 0.64 | 0.47 |
| Hex | C5 | 2B | 41 | 0 | 4E | 43 | 17 | 15F | 40 | 2F |
| Octal | 305 | 53 | 101 | 0 | 116 | 103 | 27 | 537 | 100 | 57 |
| Binary | 11000101 | 101011 | 1000001 | 0 | 1001110 | 1000011 | 10111 | 101011111 | 1000000 | 101111 |
Color Harmonies of #C52B41
Complementary color
Monochromatic Colors of #C52B41
Black with #C52B41
Text Example
Text Example
White with #C52B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52B41; }
p { color: rgb(197,43,65); }
H1.HeaderClassName
{
color: #C52B41;
}
.AnyTagClassName
{
color: #C52B41;
}
</style>
background-color css
<style>
a { background-color: #C52B41; }
a { background-color: rgb(197,43,65); }
div.DivClassName
{
background-color: #C52B41;
}
.BgClassName
{
background-color: #C52B41;
}
</style>
border-color css
<style>
span { border-color: #C52B41; }
span { border-color: rgb(197,43,65); }
td.TdClassName
{
border-color: #C52B41;
}
.TagClassName
{
border-color: #C52B41;
}
</style>