Shades of Brick Red #C74046
Tints of Brick Red #C74046
RGB
CMYK
RGB Variations
Color information
#C74046 (or 0xC74046) is known color: Brick Red. HEX triplet: C7, 40 and 46. RGB value is (199,64,70). Sum of RGB (Red+Green+Blue) = 199+64+70=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C74046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74046 is #38BFB9. Grayscale: #696969. Windows color (decimal): -3719098 or 4604103. OLE color: 4604103.
HSL color Cylindrical-coordinate representation of color #C74046: hue angle of 357.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74046 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 70 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.22 |
| HSL | 357.33º | 0.55% | 0.52% | - |
| HSV(B) | 357.33º | 0.68% | 0.78% | - |
| XYZ | 26.49 | 16.25 | 7.53 | - |
| YUV | 105.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 70 | 0 | 0.68 | 0.65 | 0.22 | 357.33 | 0.55 | 0.52 |
| Hex | C7 | 40 | 46 | 0 | 44 | 41 | 16 | 165 | 37 | 34 |
| Octal | 307 | 100 | 106 | 0 | 104 | 101 | 26 | 545 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1000110 | 0 | 1000100 | 1000001 | 10110 | 101100101 | 110111 | 110100 |
Color Harmonies of #C74046
Complementary color
Monochromatic Colors of #C74046
Black with #C74046
Text Example
Text Example
White with #C74046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74046; }
p { color: rgb(199,64,70); }
H1.HeaderClassName
{
color: #C74046;
}
.AnyTagClassName
{
color: #C74046;
}
</style>
background-color css
<style>
a { background-color: #C74046; }
a { background-color: rgb(199,64,70); }
div.DivClassName
{
background-color: #C74046;
}
.BgClassName
{
background-color: #C74046;
}
</style>
border-color css
<style>
span { border-color: #C74046; }
span { border-color: rgb(199,64,70); }
td.TdClassName
{
border-color: #C74046;
}
.TagClassName
{
border-color: #C74046;
}
</style>