Shades of Brick Red #C72246
Tints of Brick Red #C72246
RGB
CMYK
RGB Variations
Color information
#C72246 (or 0xC72246) is known color: Brick Red. HEX triplet: C7, 22 and 46. RGB value is (199,34,70). Sum of RGB (Red+Green+Blue) = 199+34+70=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C72246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72246 is #38DDB9. Grayscale: #575757. Windows color (decimal): -3726778 or 4596423. OLE color: 4596423.
HSL color Cylindrical-coordinate representation of color #C72246: hue angle of 346.91º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72246 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 70 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.22 |
| HSL | 346.91º | 0.71% | 0.46% | - |
| HSV(B) | 346.91º | 0.83% | 0.78% | - |
| XYZ | 25.23 | 13.73 | 7.11 | - |
| YUV | 87.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 70 | 0 | 0.83 | 0.65 | 0.22 | 346.91 | 0.71 | 0.46 |
| Hex | C7 | 22 | 46 | 0 | 53 | 41 | 16 | 15B | 47 | 2E |
| Octal | 307 | 42 | 106 | 0 | 123 | 101 | 26 | 533 | 107 | 56 |
| Binary | 11000111 | 100010 | 1000110 | 0 | 1010011 | 1000001 | 10110 | 101011011 | 1000111 | 101110 |
Color Harmonies of #C72246
Complementary color
Monochromatic Colors of #C72246
Black with #C72246
Text Example
Text Example
White with #C72246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72246; }
p { color: rgb(199,34,70); }
H1.HeaderClassName
{
color: #C72246;
}
.AnyTagClassName
{
color: #C72246;
}
</style>
background-color css
<style>
a { background-color: #C72246; }
a { background-color: rgb(199,34,70); }
div.DivClassName
{
background-color: #C72246;
}
.BgClassName
{
background-color: #C72246;
}
</style>
border-color css
<style>
span { border-color: #C72246; }
span { border-color: rgb(199,34,70); }
td.TdClassName
{
border-color: #C72246;
}
.TagClassName
{
border-color: #C72246;
}
</style>