Shades of Brick Red #C43343
Tints of Brick Red #C43343
RGB
CMYK
RGB Variations
Color information
#C43343 (or 0xC43343) is known color: Brick Red. HEX triplet: C4, 33 and 43. RGB value is (196,51,67). Sum of RGB (Red+Green+Blue) = 196+51+67=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C43343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43343 is #3BCCBC. Grayscale: #606060. Windows color (decimal): -3919037 or 4404164. OLE color: 4404164.
HSL color Cylindrical-coordinate representation of color #C43343: hue angle of 353.38º 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 #C43343 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 67 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.23 |
| HSL | 353.38º | 0.59% | 0.48% | - |
| HSV(B) | 353.38º | 0.74% | 0.77% | - |
| XYZ | 24.96 | 14.51 | 6.8 | - |
| YUV | 96.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 67 | 0 | 0.74 | 0.66 | 0.23 | 353.38 | 0.59 | 0.48 |
| Hex | C4 | 33 | 43 | 0 | 4A | 42 | 17 | 161 | 3B | 30 |
| Octal | 304 | 63 | 103 | 0 | 112 | 102 | 27 | 541 | 73 | 60 |
| Binary | 11000100 | 110011 | 1000011 | 0 | 1001010 | 1000010 | 10111 | 101100001 | 111011 | 110000 |
Color Harmonies of #C43343
Complementary color
Monochromatic Colors of #C43343
Black with #C43343
Text Example
Text Example
White with #C43343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43343; }
p { color: rgb(196,51,67); }
H1.HeaderClassName
{
color: #C43343;
}
.AnyTagClassName
{
color: #C43343;
}
</style>
background-color css
<style>
a { background-color: #C43343; }
a { background-color: rgb(196,51,67); }
div.DivClassName
{
background-color: #C43343;
}
.BgClassName
{
background-color: #C43343;
}
</style>
border-color css
<style>
span { border-color: #C43343; }
span { border-color: rgb(196,51,67); }
td.TdClassName
{
border-color: #C43343;
}
.TagClassName
{
border-color: #C43343;
}
</style>