Shades of Brick Red #C73246
Tints of Brick Red #C73246
RGB
CMYK
RGB Variations
Color information
#C73246 (or 0xC73246) is known color: Brick Red. HEX triplet: C7, 32 and 46. RGB value is (199,50,70). Sum of RGB (Red+Green+Blue) = 199+50+70=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C73246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73246 is #38CDB9. Grayscale: #606060. Windows color (decimal): -3722682 or 4600519. OLE color: 4600519.
HSL color Cylindrical-coordinate representation of color #C73246: hue angle of 351.95º 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 #C73246 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 70 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.22 |
| HSL | 351.95º | 0.6% | 0.49% | - |
| HSV(B) | 351.95º | 0.75% | 0.78% | - |
| XYZ | 25.8 | 14.87 | 7.3 | - |
| YUV | 96.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 70 | 0 | 0.75 | 0.65 | 0.22 | 351.95 | 0.6 | 0.49 |
| Hex | C7 | 32 | 46 | 0 | 4B | 41 | 16 | 160 | 3C | 31 |
| Octal | 307 | 62 | 106 | 0 | 113 | 101 | 26 | 540 | 74 | 61 |
| Binary | 11000111 | 110010 | 1000110 | 0 | 1001011 | 1000001 | 10110 | 101100000 | 111100 | 110001 |
Color Harmonies of #C73246
Complementary color
Monochromatic Colors of #C73246
Black with #C73246
Text Example
Text Example
White with #C73246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73246; }
p { color: rgb(199,50,70); }
H1.HeaderClassName
{
color: #C73246;
}
.AnyTagClassName
{
color: #C73246;
}
</style>
background-color css
<style>
a { background-color: #C73246; }
a { background-color: rgb(199,50,70); }
div.DivClassName
{
background-color: #C73246;
}
.BgClassName
{
background-color: #C73246;
}
</style>
border-color css
<style>
span { border-color: #C73246; }
span { border-color: rgb(199,50,70); }
td.TdClassName
{
border-color: #C73246;
}
.TagClassName
{
border-color: #C73246;
}
</style>