Shades of Brick Red #C43743
Tints of Brick Red #C43743
RGB
CMYK
RGB Variations
Color information
#C43743 (or 0xC43743) is known color: Brick Red. HEX triplet: C4, 37 and 43. RGB value is (196,55,67). Sum of RGB (Red+Green+Blue) = 196+55+67=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C43743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43743 is #3BC8BC. Grayscale: #626262. Windows color (decimal): -3918013 or 4405188. OLE color: 4405188.
HSL color Cylindrical-coordinate representation of color #C43743: hue angle of 354.89º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43743 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 67 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.23 |
| HSL | 354.89º | 0.56% | 0.49% | - |
| HSV(B) | 354.89º | 0.72% | 0.77% | - |
| XYZ | 25.14 | 14.87 | 6.86 | - |
| YUV | 98.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 67 | 0 | 0.72 | 0.66 | 0.23 | 354.89 | 0.56 | 0.49 |
| Hex | C4 | 37 | 43 | 0 | 48 | 42 | 17 | 163 | 38 | 31 |
| Octal | 304 | 67 | 103 | 0 | 110 | 102 | 27 | 543 | 70 | 61 |
| Binary | 11000100 | 110111 | 1000011 | 0 | 1001000 | 1000010 | 10111 | 101100011 | 111000 | 110001 |
Color Harmonies of #C43743
Complementary color
Monochromatic Colors of #C43743
Black with #C43743
Text Example
Text Example
White with #C43743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43743; }
p { color: rgb(196,55,67); }
H1.HeaderClassName
{
color: #C43743;
}
.AnyTagClassName
{
color: #C43743;
}
</style>
background-color css
<style>
a { background-color: #C43743; }
a { background-color: rgb(196,55,67); }
div.DivClassName
{
background-color: #C43743;
}
.BgClassName
{
background-color: #C43743;
}
</style>
border-color css
<style>
span { border-color: #C43743; }
span { border-color: rgb(196,55,67); }
td.TdClassName
{
border-color: #C43743;
}
.TagClassName
{
border-color: #C43743;
}
</style>