Shades of Brick Red #C53A46
Tints of Brick Red #C53A46
RGB
CMYK
RGB Variations
Color information
#C53A46 (or 0xC53A46) is known color: Brick Red. HEX triplet: C5, 3A and 46. RGB value is (197,58,70). Sum of RGB (Red+Green+Blue) = 197+58+70=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A46 is #3AC5B9. Grayscale: #656565. Windows color (decimal): -3851706 or 4602565. OLE color: 4602565.
HSL color Cylindrical-coordinate representation of color #C53A46: hue angle of 354.82º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A46 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 70 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.23 |
| HSL | 354.82º | 0.55% | 0.5% | - |
| HSV(B) | 354.82º | 0.71% | 0.77% | - |
| XYZ | 25.64 | 15.34 | 7.4 | - |
| YUV | 100.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 70 | 0 | 0.71 | 0.64 | 0.23 | 354.82 | 0.55 | 0.5 |
| Hex | C5 | 3A | 46 | 0 | 47 | 40 | 17 | 163 | 37 | 32 |
| Octal | 305 | 72 | 106 | 0 | 107 | 100 | 27 | 543 | 67 | 62 |
| Binary | 11000101 | 111010 | 1000110 | 0 | 1000111 | 1000000 | 10111 | 101100011 | 110111 | 110010 |
Color Harmonies of #C53A46
Complementary color
Monochromatic Colors of #C53A46
Black with #C53A46
Text Example
Text Example
White with #C53A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A46; }
p { color: rgb(197,58,70); }
H1.HeaderClassName
{
color: #C53A46;
}
.AnyTagClassName
{
color: #C53A46;
}
</style>
background-color css
<style>
a { background-color: #C53A46; }
a { background-color: rgb(197,58,70); }
div.DivClassName
{
background-color: #C53A46;
}
.BgClassName
{
background-color: #C53A46;
}
</style>
border-color css
<style>
span { border-color: #C53A46; }
span { border-color: rgb(197,58,70); }
td.TdClassName
{
border-color: #C53A46;
}
.TagClassName
{
border-color: #C53A46;
}
</style>