Shades of Brick Red #C53346
Tints of Brick Red #C53346
RGB
CMYK
RGB Variations
Color information
#C53346 (or 0xC53346) is known color: Brick Red. HEX triplet: C5, 33 and 46. RGB value is (197,51,70). Sum of RGB (Red+Green+Blue) = 197+51+70=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53346 is #3ACCB9. Grayscale: #606060. Windows color (decimal): -3853498 or 4600773. OLE color: 4600773.
HSL color Cylindrical-coordinate representation of color #C53346: hue angle of 352.19º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53346 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 70 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.23 |
| HSL | 352.19º | 0.59% | 0.49% | - |
| HSV(B) | 352.19º | 0.74% | 0.77% | - |
| XYZ | 25.32 | 14.68 | 7.29 | - |
| YUV | 96.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 70 | 0 | 0.74 | 0.64 | 0.23 | 352.19 | 0.59 | 0.49 |
| Hex | C5 | 33 | 46 | 0 | 4A | 40 | 17 | 160 | 3B | 31 |
| Octal | 305 | 63 | 106 | 0 | 112 | 100 | 27 | 540 | 73 | 61 |
| Binary | 11000101 | 110011 | 1000110 | 0 | 1001010 | 1000000 | 10111 | 101100000 | 111011 | 110001 |
Color Harmonies of #C53346
Complementary color
Monochromatic Colors of #C53346
Black with #C53346
Text Example
Text Example
White with #C53346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53346; }
p { color: rgb(197,51,70); }
H1.HeaderClassName
{
color: #C53346;
}
.AnyTagClassName
{
color: #C53346;
}
</style>
background-color css
<style>
a { background-color: #C53346; }
a { background-color: rgb(197,51,70); }
div.DivClassName
{
background-color: #C53346;
}
.BgClassName
{
background-color: #C53346;
}
</style>
border-color css
<style>
span { border-color: #C53346; }
span { border-color: rgb(197,51,70); }
td.TdClassName
{
border-color: #C53346;
}
.TagClassName
{
border-color: #C53346;
}
</style>