Shades of Brick Red #C73748
Tints of Brick Red #C73748
RGB
CMYK
RGB Variations
Color information
#C73748 (or 0xC73748) is known color: Brick Red. HEX triplet: C7, 37 and 48. RGB value is (199,55,72). Sum of RGB (Red+Green+Blue) = 199+55+72=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C73748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73748 is #38C8B7. Grayscale: #646464. Windows color (decimal): -3721400 or 4732871. OLE color: 4732871.
HSL color Cylindrical-coordinate representation of color #C73748: hue angle of 352.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73748 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 72 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.22 |
| HSL | 352.92º | 0.57% | 0.5% | - |
| HSV(B) | 352.92º | 0.72% | 0.78% | - |
| XYZ | 26.09 | 15.34 | 7.72 | - |
| YUV | 99.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 72 | 0 | 0.72 | 0.64 | 0.22 | 352.92 | 0.57 | 0.5 |
| Hex | C7 | 37 | 48 | 0 | 48 | 40 | 16 | 161 | 39 | 32 |
| Octal | 307 | 67 | 110 | 0 | 110 | 100 | 26 | 541 | 71 | 62 |
| Binary | 11000111 | 110111 | 1001000 | 0 | 1001000 | 1000000 | 10110 | 101100001 | 111001 | 110010 |
Color Harmonies of #C73748
Complementary color
Monochromatic Colors of #C73748
Black with #C73748
Text Example
Text Example
White with #C73748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73748; }
p { color: rgb(199,55,72); }
H1.HeaderClassName
{
color: #C73748;
}
.AnyTagClassName
{
color: #C73748;
}
</style>
background-color css
<style>
a { background-color: #C73748; }
a { background-color: rgb(199,55,72); }
div.DivClassName
{
background-color: #C73748;
}
.BgClassName
{
background-color: #C73748;
}
</style>
border-color css
<style>
span { border-color: #C73748; }
span { border-color: rgb(199,55,72); }
td.TdClassName
{
border-color: #C73748;
}
.TagClassName
{
border-color: #C73748;
}
</style>