Shades of Brick Red #C43141
Tints of Brick Red #C43141
RGB
CMYK
RGB Variations
Color information
#C43141 (or 0xC43141) is known color: Brick Red. HEX triplet: C4, 31 and 41. RGB value is (196,49,65). Sum of RGB (Red+Green+Blue) = 196+49+65=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C43141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43141 is #3BCEBE. Grayscale: #5E5E5E. Windows color (decimal): -3919551 or 4272580. OLE color: 4272580.
HSL color Cylindrical-coordinate representation of color #C43141: hue angle of 353.47º 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 #C43141 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 65 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.23 |
| HSL | 353.47º | 0.6% | 0.48% | - |
| HSV(B) | 353.47º | 0.75% | 0.77% | - |
| XYZ | 24.82 | 14.31 | 6.46 | - |
| YUV | 94.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 65 | 0 | 0.75 | 0.67 | 0.23 | 353.47 | 0.6 | 0.48 |
| Hex | C4 | 31 | 41 | 0 | 4B | 43 | 17 | 161 | 3C | 30 |
| Octal | 304 | 61 | 101 | 0 | 113 | 103 | 27 | 541 | 74 | 60 |
| Binary | 11000100 | 110001 | 1000001 | 0 | 1001011 | 1000011 | 10111 | 101100001 | 111100 | 110000 |
Color Harmonies of #C43141
Complementary color
Monochromatic Colors of #C43141
Black with #C43141
Text Example
Text Example
White with #C43141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43141; }
p { color: rgb(196,49,65); }
H1.HeaderClassName
{
color: #C43141;
}
.AnyTagClassName
{
color: #C43141;
}
</style>
background-color css
<style>
a { background-color: #C43141; }
a { background-color: rgb(196,49,65); }
div.DivClassName
{
background-color: #C43141;
}
.BgClassName
{
background-color: #C43141;
}
</style>
border-color css
<style>
span { border-color: #C43141; }
span { border-color: rgb(196,49,65); }
td.TdClassName
{
border-color: #C43141;
}
.TagClassName
{
border-color: #C43141;
}
</style>