Shades of Brick Red #C53846
Tints of Brick Red #C53846
RGB
CMYK
RGB Variations
Color information
#C53846 (or 0xC53846) is known color: Brick Red. HEX triplet: C5, 38 and 46. RGB value is (197,56,70). Sum of RGB (Red+Green+Blue) = 197+56+70=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C53846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53846 is #3AC7B9. Grayscale: #636363. Windows color (decimal): -3852218 or 4602053. OLE color: 4602053.
HSL color Cylindrical-coordinate representation of color #C53846: hue angle of 354.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53846 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 70 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.23 |
| HSL | 354.04º | 0.56% | 0.5% | - |
| HSV(B) | 354.04º | 0.72% | 0.77% | - |
| XYZ | 25.55 | 15.14 | 7.37 | - |
| YUV | 99.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 70 | 0 | 0.72 | 0.64 | 0.23 | 354.04 | 0.56 | 0.5 |
| Hex | C5 | 38 | 46 | 0 | 48 | 40 | 17 | 162 | 38 | 32 |
| Octal | 305 | 70 | 106 | 0 | 110 | 100 | 27 | 542 | 70 | 62 |
| Binary | 11000101 | 111000 | 1000110 | 0 | 1001000 | 1000000 | 10111 | 101100010 | 111000 | 110010 |
Color Harmonies of #C53846
Complementary color
Monochromatic Colors of #C53846
Black with #C53846
Text Example
Text Example
White with #C53846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53846; }
p { color: rgb(197,56,70); }
H1.HeaderClassName
{
color: #C53846;
}
.AnyTagClassName
{
color: #C53846;
}
</style>
background-color css
<style>
a { background-color: #C53846; }
a { background-color: rgb(197,56,70); }
div.DivClassName
{
background-color: #C53846;
}
.BgClassName
{
background-color: #C53846;
}
</style>
border-color css
<style>
span { border-color: #C53846; }
span { border-color: rgb(197,56,70); }
td.TdClassName
{
border-color: #C53846;
}
.TagClassName
{
border-color: #C53846;
}
</style>