Shades of Brick Red #C53748
Tints of Brick Red #C53748
RGB
CMYK
RGB Variations
Color information
#C53748 (or 0xC53748) is known color: Brick Red. HEX triplet: C5, 37 and 48. RGB value is (197,55,72). Sum of RGB (Red+Green+Blue) = 197+55+72=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C53748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53748 is #3AC8B7. Grayscale: #636363. Windows color (decimal): -3852472 or 4732869. OLE color: 4732869.
HSL color Cylindrical-coordinate representation of color #C53748: hue angle of 352.82º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53748 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 72 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.23 |
| HSL | 352.82º | 0.56% | 0.49% | - |
| HSV(B) | 352.82º | 0.72% | 0.77% | - |
| XYZ | 25.56 | 15.07 | 7.69 | - |
| YUV | 99.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 72 | 0 | 0.72 | 0.63 | 0.23 | 352.82 | 0.56 | 0.49 |
| Hex | C5 | 37 | 48 | 0 | 48 | 3F | 17 | 161 | 38 | 31 |
| Octal | 305 | 67 | 110 | 0 | 110 | 77 | 27 | 541 | 70 | 61 |
| Binary | 11000101 | 110111 | 1001000 | 0 | 1001000 | 111111 | 10111 | 101100001 | 111000 | 110001 |
Color Harmonies of #C53748
Complementary color
Monochromatic Colors of #C53748
Black with #C53748
Text Example
Text Example
White with #C53748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53748; }
p { color: rgb(197,55,72); }
H1.HeaderClassName
{
color: #C53748;
}
.AnyTagClassName
{
color: #C53748;
}
</style>
background-color css
<style>
a { background-color: #C53748; }
a { background-color: rgb(197,55,72); }
div.DivClassName
{
background-color: #C53748;
}
.BgClassName
{
background-color: #C53748;
}
</style>
border-color css
<style>
span { border-color: #C53748; }
span { border-color: rgb(197,55,72); }
td.TdClassName
{
border-color: #C53748;
}
.TagClassName
{
border-color: #C53748;
}
</style>