Shades of Brick Red #C43243
Tints of Brick Red #C43243
RGB
CMYK
RGB Variations
Color information
#C43243 (or 0xC43243) is known color: Brick Red. HEX triplet: C4, 32 and 43. RGB value is (196,50,67). Sum of RGB (Red+Green+Blue) = 196+50+67=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C43243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43243 is #3BCDBC. Grayscale: #5F5F5F. Windows color (decimal): -3919293 or 4403908. OLE color: 4403908.
HSL color Cylindrical-coordinate representation of color #C43243: hue angle of 353.01º 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 #C43243 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 67 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.23 |
| HSL | 353.01º | 0.59% | 0.48% | - |
| HSV(B) | 353.01º | 0.74% | 0.77% | - |
| XYZ | 24.92 | 14.42 | 6.78 | - |
| YUV | 95.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 67 | 0 | 0.74 | 0.66 | 0.23 | 353.01 | 0.59 | 0.48 |
| Hex | C4 | 32 | 43 | 0 | 4A | 42 | 17 | 161 | 3B | 30 |
| Octal | 304 | 62 | 103 | 0 | 112 | 102 | 27 | 541 | 73 | 60 |
| Binary | 11000100 | 110010 | 1000011 | 0 | 1001010 | 1000010 | 10111 | 101100001 | 111011 | 110000 |
Color Harmonies of #C43243
Complementary color
Monochromatic Colors of #C43243
Black with #C43243
Text Example
Text Example
White with #C43243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43243; }
p { color: rgb(196,50,67); }
H1.HeaderClassName
{
color: #C43243;
}
.AnyTagClassName
{
color: #C43243;
}
</style>
background-color css
<style>
a { background-color: #C43243; }
a { background-color: rgb(196,50,67); }
div.DivClassName
{
background-color: #C43243;
}
.BgClassName
{
background-color: #C43243;
}
</style>
border-color css
<style>
span { border-color: #C43243; }
span { border-color: rgb(196,50,67); }
td.TdClassName
{
border-color: #C43243;
}
.TagClassName
{
border-color: #C43243;
}
</style>