Shades of Brick Red #C73046
Tints of Brick Red #C73046
RGB
CMYK
RGB Variations
Color information
#C73046 (or 0xC73046) is known color: Brick Red. HEX triplet: C7, 30 and 46. RGB value is (199,48,70). Sum of RGB (Red+Green+Blue) = 199+48+70=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C73046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73046 is #38CFB9. Grayscale: #5F5F5F. Windows color (decimal): -3723194 or 4600007. OLE color: 4600007.
HSL color Cylindrical-coordinate representation of color #C73046: hue angle of 351.26º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73046 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 70 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.22 |
| HSL | 351.26º | 0.61% | 0.48% | - |
| HSV(B) | 351.26º | 0.76% | 0.78% | - |
| XYZ | 25.72 | 14.7 | 7.28 | - |
| YUV | 95.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 70 | 0 | 0.76 | 0.65 | 0.22 | 351.26 | 0.61 | 0.48 |
| Hex | C7 | 30 | 46 | 0 | 4C | 41 | 16 | 15F | 3D | 30 |
| Octal | 307 | 60 | 106 | 0 | 114 | 101 | 26 | 537 | 75 | 60 |
| Binary | 11000111 | 110000 | 1000110 | 0 | 1001100 | 1000001 | 10110 | 101011111 | 111101 | 110000 |
Color Harmonies of #C73046
Complementary color
Monochromatic Colors of #C73046
Black with #C73046
Text Example
Text Example
White with #C73046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73046; }
p { color: rgb(199,48,70); }
H1.HeaderClassName
{
color: #C73046;
}
.AnyTagClassName
{
color: #C73046;
}
</style>
background-color css
<style>
a { background-color: #C73046; }
a { background-color: rgb(199,48,70); }
div.DivClassName
{
background-color: #C73046;
}
.BgClassName
{
background-color: #C73046;
}
</style>
border-color css
<style>
span { border-color: #C73046; }
span { border-color: rgb(199,48,70); }
td.TdClassName
{
border-color: #C73046;
}
.TagClassName
{
border-color: #C73046;
}
</style>