Shades of Brick Red #C43C47
Tints of Brick Red #C43C47
RGB
CMYK
RGB Variations
Color information
#C43C47 (or 0xC43C47) is known color: Brick Red. HEX triplet: C4, 3C and 47. RGB value is (196,60,71). Sum of RGB (Red+Green+Blue) = 196+60+71=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C47 is #3BC3B8. Grayscale: #666666. Windows color (decimal): -3916729 or 4668612. OLE color: 4668612.
HSL color Cylindrical-coordinate representation of color #C43C47: hue angle of 355.15º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43C47 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 71 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.23 |
| HSL | 355.15º | 0.54% | 0.5% | - |
| HSV(B) | 355.15º | 0.69% | 0.77% | - |
| XYZ | 25.52 | 15.42 | 7.59 | - |
| YUV | 101.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 71 | 0 | 0.69 | 0.64 | 0.23 | 355.15 | 0.54 | 0.5 |
| Hex | C4 | 3C | 47 | 0 | 45 | 40 | 17 | 163 | 36 | 32 |
| Octal | 304 | 74 | 107 | 0 | 105 | 100 | 27 | 543 | 66 | 62 |
| Binary | 11000100 | 111100 | 1000111 | 0 | 1000101 | 1000000 | 10111 | 101100011 | 110110 | 110010 |
Color Harmonies of #C43C47
Complementary color
Monochromatic Colors of #C43C47
Black with #C43C47
Text Example
Text Example
White with #C43C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C47; }
p { color: rgb(196,60,71); }
H1.HeaderClassName
{
color: #C43C47;
}
.AnyTagClassName
{
color: #C43C47;
}
</style>
background-color css
<style>
a { background-color: #C43C47; }
a { background-color: rgb(196,60,71); }
div.DivClassName
{
background-color: #C43C47;
}
.BgClassName
{
background-color: #C43C47;
}
</style>
border-color css
<style>
span { border-color: #C43C47; }
span { border-color: rgb(196,60,71); }
td.TdClassName
{
border-color: #C43C47;
}
.TagClassName
{
border-color: #C43C47;
}
</style>