Shades of Brick Red #C43342
Tints of Brick Red #C43342
RGB
CMYK
RGB Variations
Color information
#C43342 (or 0xC43342) is known color: Brick Red. HEX triplet: C4, 33 and 42. RGB value is (196,51,66). Sum of RGB (Red+Green+Blue) = 196+51+66=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C43342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43342 is #3BCCBD. Grayscale: #606060. Windows color (decimal): -3919038 or 4338628. OLE color: 4338628.
HSL color Cylindrical-coordinate representation of color #C43342: hue angle of 353.79º 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 #C43342 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 66 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.23 |
| HSL | 353.79º | 0.59% | 0.48% | - |
| HSV(B) | 353.79º | 0.74% | 0.77% | - |
| XYZ | 24.93 | 14.5 | 6.64 | - |
| YUV | 96.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 66 | 0 | 0.74 | 0.66 | 0.23 | 353.79 | 0.59 | 0.48 |
| Hex | C4 | 33 | 42 | 0 | 4A | 42 | 17 | 162 | 3B | 30 |
| Octal | 304 | 63 | 102 | 0 | 112 | 102 | 27 | 542 | 73 | 60 |
| Binary | 11000100 | 110011 | 1000010 | 0 | 1001010 | 1000010 | 10111 | 101100010 | 111011 | 110000 |
Color Harmonies of #C43342
Complementary color
Monochromatic Colors of #C43342
Black with #C43342
Text Example
Text Example
White with #C43342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43342; }
p { color: rgb(196,51,66); }
H1.HeaderClassName
{
color: #C43342;
}
.AnyTagClassName
{
color: #C43342;
}
</style>
background-color css
<style>
a { background-color: #C43342; }
a { background-color: rgb(196,51,66); }
div.DivClassName
{
background-color: #C43342;
}
.BgClassName
{
background-color: #C43342;
}
</style>
border-color css
<style>
span { border-color: #C43342; }
span { border-color: rgb(196,51,66); }
td.TdClassName
{
border-color: #C43342;
}
.TagClassName
{
border-color: #C43342;
}
</style>