Shades of Brick Red #C4343E
Tints of Brick Red #C4343E
RGB
CMYK
RGB Variations
Color information
#C4343E (or 0xC4343E) is known color: Brick Red. HEX triplet: C4, 34 and 3E. RGB value is (196,52,62). Sum of RGB (Red+Green+Blue) = 196+52+62=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4343E is #3BCBC1. Grayscale: #606060. Windows color (decimal): -3918786 or 4076740. OLE color: 4076740.
HSL color Cylindrical-coordinate representation of color #C4343E: hue angle of 355.83º degrees, saturation: 0.58, 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 #C4343E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 62 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.23 |
| HSL | 355.83º | 0.58% | 0.49% | - |
| HSV(B) | 355.83º | 0.73% | 0.77% | - |
| XYZ | 24.86 | 14.54 | 6.05 | - |
| YUV | 96.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 62 | 0 | 0.73 | 0.68 | 0.23 | 355.83 | 0.58 | 0.49 |
| Hex | C4 | 34 | 3E | 0 | 49 | 44 | 17 | 164 | 3A | 31 |
| Octal | 304 | 64 | 76 | 0 | 111 | 104 | 27 | 544 | 72 | 61 |
| Binary | 11000100 | 110100 | 111110 | 0 | 1001001 | 1000100 | 10111 | 101100100 | 111010 | 110001 |
Color Harmonies of #C4343E
Complementary color
Monochromatic Colors of #C4343E
Black with #C4343E
Text Example
Text Example
White with #C4343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4343E; }
p { color: rgb(196,52,62); }
H1.HeaderClassName
{
color: #C4343E;
}
.AnyTagClassName
{
color: #C4343E;
}
</style>
background-color css
<style>
a { background-color: #C4343E; }
a { background-color: rgb(196,52,62); }
div.DivClassName
{
background-color: #C4343E;
}
.BgClassName
{
background-color: #C4343E;
}
</style>
border-color css
<style>
span { border-color: #C4343E; }
span { border-color: rgb(196,52,62); }
td.TdClassName
{
border-color: #C4343E;
}
.TagClassName
{
border-color: #C4343E;
}
</style>