Shades of Brick Red #C43146
Tints of Brick Red #C43146
RGB
CMYK
RGB Variations
Color information
#C43146 (or 0xC43146) is known color: Brick Red. HEX triplet: C4, 31 and 46. RGB value is (196,49,70). Sum of RGB (Red+Green+Blue) = 196+49+70=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C43146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43146 is #3BCEB9. Grayscale: #5F5F5F. Windows color (decimal): -3919546 or 4600260. OLE color: 4600260.
HSL color Cylindrical-coordinate representation of color #C43146: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43146 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 70 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.23 |
| HSL | 351.43º | 0.6% | 0.48% | - |
| HSV(B) | 351.43º | 0.75% | 0.77% | - |
| XYZ | 24.97 | 14.37 | 7.25 | - |
| YUV | 95.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 70 | 0 | 0.75 | 0.64 | 0.23 | 351.43 | 0.6 | 0.48 |
| Hex | C4 | 31 | 46 | 0 | 4B | 40 | 17 | 15F | 3C | 30 |
| Octal | 304 | 61 | 106 | 0 | 113 | 100 | 27 | 537 | 74 | 60 |
| Binary | 11000100 | 110001 | 1000110 | 0 | 1001011 | 1000000 | 10111 | 101011111 | 111100 | 110000 |
Color Harmonies of #C43146
Complementary color
Monochromatic Colors of #C43146
Black with #C43146
Text Example
Text Example
White with #C43146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43146; }
p { color: rgb(196,49,70); }
H1.HeaderClassName
{
color: #C43146;
}
.AnyTagClassName
{
color: #C43146;
}
</style>
background-color css
<style>
a { background-color: #C43146; }
a { background-color: rgb(196,49,70); }
div.DivClassName
{
background-color: #C43146;
}
.BgClassName
{
background-color: #C43146;
}
</style>
border-color css
<style>
span { border-color: #C43146; }
span { border-color: rgb(196,49,70); }
td.TdClassName
{
border-color: #C43146;
}
.TagClassName
{
border-color: #C43146;
}
</style>