Shades of Brick Red #C72940
Tints of Brick Red #C72940
RGB
CMYK
RGB Variations
Color information
#C72940 (or 0xC72940) is known color: Brick Red. HEX triplet: C7, 29 and 40. RGB value is (199,41,64). Sum of RGB (Red+Green+Blue) = 199+41+64=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C72940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72940 is #38D6BF. Grayscale: #5A5A5A. Windows color (decimal): -3724992 or 4204999. OLE color: 4204999.
HSL color Cylindrical-coordinate representation of color #C72940: hue angle of 351.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72940 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 64 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.22 |
| HSL | 351.27º | 0.66% | 0.47% | - |
| HSV(B) | 351.27º | 0.79% | 0.78% | - |
| XYZ | 25.27 | 14.1 | 6.24 | - |
| YUV | 90.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 64 | 0 | 0.79 | 0.68 | 0.22 | 351.27 | 0.66 | 0.47 |
| Hex | C7 | 29 | 40 | 0 | 4F | 44 | 16 | 15F | 42 | 2F |
| Octal | 307 | 51 | 100 | 0 | 117 | 104 | 26 | 537 | 102 | 57 |
| Binary | 11000111 | 101001 | 1000000 | 0 | 1001111 | 1000100 | 10110 | 101011111 | 1000010 | 101111 |
Color Harmonies of #C72940
Complementary color
Monochromatic Colors of #C72940
Black with #C72940
Text Example
Text Example
White with #C72940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72940; }
p { color: rgb(199,41,64); }
H1.HeaderClassName
{
color: #C72940;
}
.AnyTagClassName
{
color: #C72940;
}
</style>
background-color css
<style>
a { background-color: #C72940; }
a { background-color: rgb(199,41,64); }
div.DivClassName
{
background-color: #C72940;
}
.BgClassName
{
background-color: #C72940;
}
</style>
border-color css
<style>
span { border-color: #C72940; }
span { border-color: rgb(199,41,64); }
td.TdClassName
{
border-color: #C72940;
}
.TagClassName
{
border-color: #C72940;
}
</style>