Shades of Brick Red #C53D46
Tints of Brick Red #C53D46
RGB
CMYK
RGB Variations
Color information
#C53D46 (or 0xC53D46) is known color: Brick Red. HEX triplet: C5, 3D and 46. RGB value is (197,61,70). Sum of RGB (Red+Green+Blue) = 197+61+70=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D46 is #3AC2B9. Grayscale: #666666. Windows color (decimal): -3850938 or 4603333. OLE color: 4603333.
HSL color Cylindrical-coordinate representation of color #C53D46: hue angle of 356.03º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D46 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 70 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.23 |
| HSL | 356.03º | 0.54% | 0.51% | - |
| HSV(B) | 356.03º | 0.69% | 0.77% | - |
| XYZ | 25.8 | 15.65 | 7.46 | - |
| YUV | 102.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 70 | 0 | 0.69 | 0.64 | 0.23 | 356.03 | 0.54 | 0.51 |
| Hex | C5 | 3D | 46 | 0 | 45 | 40 | 17 | 164 | 36 | 33 |
| Octal | 305 | 75 | 106 | 0 | 105 | 100 | 27 | 544 | 66 | 63 |
| Binary | 11000101 | 111101 | 1000110 | 0 | 1000101 | 1000000 | 10111 | 101100100 | 110110 | 110011 |
Color Harmonies of #C53D46
Complementary color
Monochromatic Colors of #C53D46
Black with #C53D46
Text Example
Text Example
White with #C53D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D46; }
p { color: rgb(197,61,70); }
H1.HeaderClassName
{
color: #C53D46;
}
.AnyTagClassName
{
color: #C53D46;
}
</style>
background-color css
<style>
a { background-color: #C53D46; }
a { background-color: rgb(197,61,70); }
div.DivClassName
{
background-color: #C53D46;
}
.BgClassName
{
background-color: #C53D46;
}
</style>
border-color css
<style>
span { border-color: #C53D46; }
span { border-color: rgb(197,61,70); }
td.TdClassName
{
border-color: #C53D46;
}
.TagClassName
{
border-color: #C53D46;
}
</style>