Shades of Brick Red #C73946
Tints of Brick Red #C73946
RGB
CMYK
RGB Variations
Color information
#C73946 (or 0xC73946) is known color: Brick Red. HEX triplet: C7, 39 and 46. RGB value is (199,57,70). Sum of RGB (Red+Green+Blue) = 199+57+70=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C73946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73946 is #38C6B9. Grayscale: #656565. Windows color (decimal): -3720890 or 4602311. OLE color: 4602311.
HSL color Cylindrical-coordinate representation of color #C73946: hue angle of 354.51º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73946 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 70 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.22 |
| HSL | 354.51º | 0.56% | 0.5% | - |
| HSV(B) | 354.51º | 0.71% | 0.78% | - |
| XYZ | 26.12 | 15.51 | 7.41 | - |
| YUV | 100.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 70 | 0 | 0.71 | 0.65 | 0.22 | 354.51 | 0.56 | 0.5 |
| Hex | C7 | 39 | 46 | 0 | 47 | 41 | 16 | 163 | 38 | 32 |
| Octal | 307 | 71 | 106 | 0 | 107 | 101 | 26 | 543 | 70 | 62 |
| Binary | 11000111 | 111001 | 1000110 | 0 | 1000111 | 1000001 | 10110 | 101100011 | 111000 | 110010 |
Color Harmonies of #C73946
Complementary color
Monochromatic Colors of #C73946
Black with #C73946
Text Example
Text Example
White with #C73946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73946; }
p { color: rgb(199,57,70); }
H1.HeaderClassName
{
color: #C73946;
}
.AnyTagClassName
{
color: #C73946;
}
</style>
background-color css
<style>
a { background-color: #C73946; }
a { background-color: rgb(199,57,70); }
div.DivClassName
{
background-color: #C73946;
}
.BgClassName
{
background-color: #C73946;
}
</style>
border-color css
<style>
span { border-color: #C73946; }
span { border-color: rgb(199,57,70); }
td.TdClassName
{
border-color: #C73946;
}
.TagClassName
{
border-color: #C73946;
}
</style>