Shades of Brick Red #C43544
Tints of Brick Red #C43544
RGB
CMYK
RGB Variations
Color information
#C43544 (or 0xC43544) is known color: Brick Red. HEX triplet: C4, 35 and 44. RGB value is (196,53,68). Sum of RGB (Red+Green+Blue) = 196+53+68=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43544 is #3BCABB. Grayscale: #616161. Windows color (decimal): -3918524 or 4470212. OLE color: 4470212.
HSL color Cylindrical-coordinate representation of color #C43544: hue angle of 353.71º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43544 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 68 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.23 |
| HSL | 353.71º | 0.57% | 0.49% | - |
| HSV(B) | 353.71º | 0.73% | 0.77% | - |
| XYZ | 25.08 | 14.7 | 6.98 | - |
| YUV | 97.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 68 | 0 | 0.73 | 0.65 | 0.23 | 353.71 | 0.57 | 0.49 |
| Hex | C4 | 35 | 44 | 0 | 49 | 41 | 17 | 162 | 39 | 31 |
| Octal | 304 | 65 | 104 | 0 | 111 | 101 | 27 | 542 | 71 | 61 |
| Binary | 11000100 | 110101 | 1000100 | 0 | 1001001 | 1000001 | 10111 | 101100010 | 111001 | 110001 |
Color Harmonies of #C43544
Complementary color
Monochromatic Colors of #C43544
Black with #C43544
Text Example
Text Example
White with #C43544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43544; }
p { color: rgb(196,53,68); }
H1.HeaderClassName
{
color: #C43544;
}
.AnyTagClassName
{
color: #C43544;
}
</style>
background-color css
<style>
a { background-color: #C43544; }
a { background-color: rgb(196,53,68); }
div.DivClassName
{
background-color: #C43544;
}
.BgClassName
{
background-color: #C43544;
}
</style>
border-color css
<style>
span { border-color: #C43544; }
span { border-color: rgb(196,53,68); }
td.TdClassName
{
border-color: #C43544;
}
.TagClassName
{
border-color: #C43544;
}
</style>