Shades of Brick Red #C72839
Tints of Brick Red #C72839
RGB
CMYK
RGB Variations
Color information
#C72839 (or 0xC72839) is known color: Brick Red. HEX triplet: C7, 28 and 39. RGB value is (199,40,57). Sum of RGB (Red+Green+Blue) = 199+40+57=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C72839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72839 is #38D7C6. Grayscale: #595959. Windows color (decimal): -3725255 or 3745991. OLE color: 3745991.
HSL color Cylindrical-coordinate representation of color #C72839: hue angle of 353.58º 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 #C72839 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 57 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.22 |
| HSL | 353.58º | 0.67% | 0.47% | - |
| HSV(B) | 353.58º | 0.8% | 0.78% | - |
| XYZ | 25.05 | 13.96 | 5.24 | - |
| YUV | 89.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 57 | 0 | 0.80 | 0.71 | 0.22 | 353.58 | 0.67 | 0.47 |
| Hex | C7 | 28 | 39 | 0 | 50 | 47 | 16 | 162 | 43 | 2F |
| Octal | 307 | 50 | 71 | 0 | 120 | 107 | 26 | 542 | 103 | 57 |
| Binary | 11000111 | 101000 | 111001 | 0 | 1010000 | 1000111 | 10110 | 101100010 | 1000011 | 101111 |
Color Harmonies of #C72839
Complementary color
Monochromatic Colors of #C72839
Black with #C72839
Text Example
Text Example
White with #C72839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72839; }
p { color: rgb(199,40,57); }
H1.HeaderClassName
{
color: #C72839;
}
.AnyTagClassName
{
color: #C72839;
}
</style>
background-color css
<style>
a { background-color: #C72839; }
a { background-color: rgb(199,40,57); }
div.DivClassName
{
background-color: #C72839;
}
.BgClassName
{
background-color: #C72839;
}
</style>
border-color css
<style>
span { border-color: #C72839; }
span { border-color: rgb(199,40,57); }
td.TdClassName
{
border-color: #C72839;
}
.TagClassName
{
border-color: #C72839;
}
</style>