Shades of Brick Red #C53849
Tints of Brick Red #C53849
RGB
CMYK
RGB Variations
Color information
#C53849 (or 0xC53849) is known color: Brick Red. HEX triplet: C5, 38 and 49. RGB value is (197,56,73). Sum of RGB (Red+Green+Blue) = 197+56+73=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C53849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53849 is #3AC7B6. Grayscale: #646464. Windows color (decimal): -3852215 or 4798661. OLE color: 4798661.
HSL color Cylindrical-coordinate representation of color #C53849: hue angle of 352.77º 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 #C53849 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 73 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.23 |
| HSL | 352.77º | 0.56% | 0.5% | - |
| HSV(B) | 352.77º | 0.72% | 0.77% | - |
| XYZ | 25.64 | 15.18 | 7.88 | - |
| YUV | 100.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 73 | 0 | 0.72 | 0.63 | 0.23 | 352.77 | 0.56 | 0.5 |
| Hex | C5 | 38 | 49 | 0 | 48 | 3F | 17 | 161 | 38 | 32 |
| Octal | 305 | 70 | 111 | 0 | 110 | 77 | 27 | 541 | 70 | 62 |
| Binary | 11000101 | 111000 | 1001001 | 0 | 1001000 | 111111 | 10111 | 101100001 | 111000 | 110010 |
Color Harmonies of #C53849
Complementary color
Monochromatic Colors of #C53849
Black with #C53849
Text Example
Text Example
White with #C53849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53849; }
p { color: rgb(197,56,73); }
H1.HeaderClassName
{
color: #C53849;
}
.AnyTagClassName
{
color: #C53849;
}
</style>
background-color css
<style>
a { background-color: #C53849; }
a { background-color: rgb(197,56,73); }
div.DivClassName
{
background-color: #C53849;
}
.BgClassName
{
background-color: #C53849;
}
</style>
border-color css
<style>
span { border-color: #C53849; }
span { border-color: rgb(197,56,73); }
td.TdClassName
{
border-color: #C53849;
}
.TagClassName
{
border-color: #C53849;
}
</style>