Shades of Brick Red #C43247
Tints of Brick Red #C43247
RGB
CMYK
RGB Variations
Color information
#C43247 (or 0xC43247) is known color: Brick Red. HEX triplet: C4, 32 and 47. RGB value is (196,50,71). Sum of RGB (Red+Green+Blue) = 196+50+71=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43247 is #3BCDB8. Grayscale: #606060. Windows color (decimal): -3919289 or 4666052. OLE color: 4666052.
HSL color Cylindrical-coordinate representation of color #C43247: hue angle of 351.37º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43247 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 71 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.23 |
| HSL | 351.37º | 0.59% | 0.48% | - |
| HSV(B) | 351.37º | 0.74% | 0.77% | - |
| XYZ | 25.04 | 14.47 | 7.43 | - |
| YUV | 96.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 71 | 0 | 0.74 | 0.64 | 0.23 | 351.37 | 0.59 | 0.48 |
| Hex | C4 | 32 | 47 | 0 | 4A | 40 | 17 | 15F | 3B | 30 |
| Octal | 304 | 62 | 107 | 0 | 112 | 100 | 27 | 537 | 73 | 60 |
| Binary | 11000100 | 110010 | 1000111 | 0 | 1001010 | 1000000 | 10111 | 101011111 | 111011 | 110000 |
Color Harmonies of #C43247
Complementary color
Monochromatic Colors of #C43247
Black with #C43247
Text Example
Text Example
White with #C43247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43247; }
p { color: rgb(196,50,71); }
H1.HeaderClassName
{
color: #C43247;
}
.AnyTagClassName
{
color: #C43247;
}
</style>
background-color css
<style>
a { background-color: #C43247; }
a { background-color: rgb(196,50,71); }
div.DivClassName
{
background-color: #C43247;
}
.BgClassName
{
background-color: #C43247;
}
</style>
border-color css
<style>
span { border-color: #C43247; }
span { border-color: rgb(196,50,71); }
td.TdClassName
{
border-color: #C43247;
}
.TagClassName
{
border-color: #C43247;
}
</style>