Shades of Brick Red #C73140
Tints of Brick Red #C73140
RGB
CMYK
RGB Variations
Color information
#C73140 (or 0xC73140) is known color: Brick Red. HEX triplet: C7, 31 and 40. RGB value is (199,49,64). Sum of RGB (Red+Green+Blue) = 199+49+64=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C73140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73140 is #38CEBF. Grayscale: #5F5F5F. Windows color (decimal): -3722944 or 4207047. OLE color: 4207047.
HSL color Cylindrical-coordinate representation of color #C73140: hue angle of 354º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73140 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 64 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.22 |
| HSL | 354º | 0.6% | 0.49% | - |
| HSV(B) | 354º | 0.75% | 0.78% | - |
| XYZ | 25.58 | 14.71 | 6.34 | - |
| YUV | 95.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 64 | 0 | 0.75 | 0.68 | 0.22 | 354 | 0.6 | 0.49 |
| Hex | C7 | 31 | 40 | 0 | 4B | 44 | 16 | 162 | 3C | 31 |
| Octal | 307 | 61 | 100 | 0 | 113 | 104 | 26 | 542 | 74 | 61 |
| Binary | 11000111 | 110001 | 1000000 | 0 | 1001011 | 1000100 | 10110 | 101100010 | 111100 | 110001 |
Color Harmonies of #C73140
Complementary color
Monochromatic Colors of #C73140
Black with #C73140
Text Example
Text Example
White with #C73140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73140; }
p { color: rgb(199,49,64); }
H1.HeaderClassName
{
color: #C73140;
}
.AnyTagClassName
{
color: #C73140;
}
</style>
background-color css
<style>
a { background-color: #C73140; }
a { background-color: rgb(199,49,64); }
div.DivClassName
{
background-color: #C73140;
}
.BgClassName
{
background-color: #C73140;
}
</style>
border-color css
<style>
span { border-color: #C73140; }
span { border-color: rgb(199,49,64); }
td.TdClassName
{
border-color: #C73140;
}
.TagClassName
{
border-color: #C73140;
}
</style>