Shades of Brick Red #C43046
Tints of Brick Red #C43046
RGB
CMYK
RGB Variations
Color information
#C43046 (or 0xC43046) is known color: Brick Red. HEX triplet: C4, 30 and 46. RGB value is (196,48,70). Sum of RGB (Red+Green+Blue) = 196+48+70=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C43046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43046 is #3BCFB9. Grayscale: #5E5E5E. Windows color (decimal): -3919802 or 4600004. OLE color: 4600004.
HSL color Cylindrical-coordinate representation of color #C43046: hue angle of 351.08º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43046 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 70 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.23 |
| HSL | 351.08º | 0.61% | 0.48% | - |
| HSV(B) | 351.08º | 0.76% | 0.77% | - |
| XYZ | 24.93 | 14.29 | 7.24 | - |
| YUV | 94.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 70 | 0 | 0.76 | 0.64 | 0.23 | 351.08 | 0.61 | 0.48 |
| Hex | C4 | 30 | 46 | 0 | 4C | 40 | 17 | 15F | 3D | 30 |
| Octal | 304 | 60 | 106 | 0 | 114 | 100 | 27 | 537 | 75 | 60 |
| Binary | 11000100 | 110000 | 1000110 | 0 | 1001100 | 1000000 | 10111 | 101011111 | 111101 | 110000 |
Color Harmonies of #C43046
Complementary color
Monochromatic Colors of #C43046
Black with #C43046
Text Example
Text Example
White with #C43046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43046; }
p { color: rgb(196,48,70); }
H1.HeaderClassName
{
color: #C43046;
}
.AnyTagClassName
{
color: #C43046;
}
</style>
background-color css
<style>
a { background-color: #C43046; }
a { background-color: rgb(196,48,70); }
div.DivClassName
{
background-color: #C43046;
}
.BgClassName
{
background-color: #C43046;
}
</style>
border-color css
<style>
span { border-color: #C43046; }
span { border-color: rgb(196,48,70); }
td.TdClassName
{
border-color: #C43046;
}
.TagClassName
{
border-color: #C43046;
}
</style>