Shades of Brick Red #C72740
Tints of Brick Red #C72740
RGB
CMYK
RGB Variations
Color information
#C72740 (or 0xC72740) is known color: Brick Red. HEX triplet: C7, 27 and 40. RGB value is (199,39,64). Sum of RGB (Red+Green+Blue) = 199+39+64=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C72740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72740 is #38D8BF. Grayscale: #595959. Windows color (decimal): -3725504 or 4204487. OLE color: 4204487.
HSL color Cylindrical-coordinate representation of color #C72740: hue angle of 350.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72740 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 64 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.22 |
| HSL | 350.63º | 0.67% | 0.47% | - |
| HSV(B) | 350.63º | 0.8% | 0.78% | - |
| XYZ | 25.2 | 13.96 | 6.22 | - |
| YUV | 89.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 64 | 0 | 0.80 | 0.68 | 0.22 | 350.63 | 0.67 | 0.47 |
| Hex | C7 | 27 | 40 | 0 | 50 | 44 | 16 | 15F | 43 | 2F |
| Octal | 307 | 47 | 100 | 0 | 120 | 104 | 26 | 537 | 103 | 57 |
| Binary | 11000111 | 100111 | 1000000 | 0 | 1010000 | 1000100 | 10110 | 101011111 | 1000011 | 101111 |
Color Harmonies of #C72740
Complementary color
Monochromatic Colors of #C72740
Black with #C72740
Text Example
Text Example
White with #C72740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72740; }
p { color: rgb(199,39,64); }
H1.HeaderClassName
{
color: #C72740;
}
.AnyTagClassName
{
color: #C72740;
}
</style>
background-color css
<style>
a { background-color: #C72740; }
a { background-color: rgb(199,39,64); }
div.DivClassName
{
background-color: #C72740;
}
.BgClassName
{
background-color: #C72740;
}
</style>
border-color css
<style>
span { border-color: #C72740; }
span { border-color: rgb(199,39,64); }
td.TdClassName
{
border-color: #C72740;
}
.TagClassName
{
border-color: #C72740;
}
</style>