Shades of Brick Red #C43240
Tints of Brick Red #C43240
RGB
CMYK
RGB Variations
Color information
#C43240 (or 0xC43240) is known color: Brick Red. HEX triplet: C4, 32 and 40. RGB value is (196,50,64). Sum of RGB (Red+Green+Blue) = 196+50+64=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C43240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43240 is #3BCDBF. Grayscale: #5F5F5F. Windows color (decimal): -3919296 or 4207300. OLE color: 4207300.
HSL color Cylindrical-coordinate representation of color #C43240: hue angle of 354.25º 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 #C43240 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 64 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.23 |
| HSL | 354.25º | 0.59% | 0.48% | - |
| HSV(B) | 354.25º | 0.74% | 0.77% | - |
| XYZ | 24.83 | 14.39 | 6.32 | - |
| YUV | 95.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 64 | 0 | 0.74 | 0.67 | 0.23 | 354.25 | 0.59 | 0.48 |
| Hex | C4 | 32 | 40 | 0 | 4A | 43 | 17 | 162 | 3B | 30 |
| Octal | 304 | 62 | 100 | 0 | 112 | 103 | 27 | 542 | 73 | 60 |
| Binary | 11000100 | 110010 | 1000000 | 0 | 1001010 | 1000011 | 10111 | 101100010 | 111011 | 110000 |
Color Harmonies of #C43240
Complementary color
Monochromatic Colors of #C43240
Black with #C43240
Text Example
Text Example
White with #C43240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43240; }
p { color: rgb(196,50,64); }
H1.HeaderClassName
{
color: #C43240;
}
.AnyTagClassName
{
color: #C43240;
}
</style>
background-color css
<style>
a { background-color: #C43240; }
a { background-color: rgb(196,50,64); }
div.DivClassName
{
background-color: #C43240;
}
.BgClassName
{
background-color: #C43240;
}
</style>
border-color css
<style>
span { border-color: #C43240; }
span { border-color: rgb(196,50,64); }
td.TdClassName
{
border-color: #C43240;
}
.TagClassName
{
border-color: #C43240;
}
</style>