Shades of Brick Red #C43D43
Tints of Brick Red #C43D43
RGB
CMYK
RGB Variations
Color information
#C43D43 (or 0xC43D43) is known color: Brick Red. HEX triplet: C4, 3D and 43. RGB value is (196,61,67). Sum of RGB (Red+Green+Blue) = 196+61+67=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D43 is #3BC2BC. Grayscale: #666666. Windows color (decimal): -3916477 or 4406724. OLE color: 4406724.
HSL color Cylindrical-coordinate representation of color #C43D43: hue angle of 357.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D43 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 67 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.23 |
| HSL | 357.33º | 0.53% | 0.5% | - |
| HSV(B) | 357.33º | 0.69% | 0.77% | - |
| XYZ | 25.45 | 15.48 | 6.96 | - |
| YUV | 102.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 67 | 0 | 0.69 | 0.66 | 0.23 | 357.33 | 0.53 | 0.5 |
| Hex | C4 | 3D | 43 | 0 | 45 | 42 | 17 | 165 | 35 | 32 |
| Octal | 304 | 75 | 103 | 0 | 105 | 102 | 27 | 545 | 65 | 62 |
| Binary | 11000100 | 111101 | 1000011 | 0 | 1000101 | 1000010 | 10111 | 101100101 | 110101 | 110010 |
Color Harmonies of #C43D43
Complementary color
Monochromatic Colors of #C43D43
Black with #C43D43
Text Example
Text Example
White with #C43D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D43; }
p { color: rgb(196,61,67); }
H1.HeaderClassName
{
color: #C43D43;
}
.AnyTagClassName
{
color: #C43D43;
}
</style>
background-color css
<style>
a { background-color: #C43D43; }
a { background-color: rgb(196,61,67); }
div.DivClassName
{
background-color: #C43D43;
}
.BgClassName
{
background-color: #C43D43;
}
</style>
border-color css
<style>
span { border-color: #C43D43; }
span { border-color: rgb(196,61,67); }
td.TdClassName
{
border-color: #C43D43;
}
.TagClassName
{
border-color: #C43D43;
}
</style>