Shades of Brick Red #C43D46
Tints of Brick Red #C43D46
RGB
CMYK
RGB Variations
Color information
#C43D46 (or 0xC43D46) is known color: Brick Red. HEX triplet: C4, 3D and 46. RGB value is (196,61,70). Sum of RGB (Red+Green+Blue) = 196+61+70=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D46 is #3BC2B9. Grayscale: #666666. Windows color (decimal): -3916474 or 4603332. OLE color: 4603332.
HSL color Cylindrical-coordinate representation of color #C43D46: hue angle of 356º 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 #C43D46 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 70 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.23 |
| HSL | 356º | 0.53% | 0.5% | - |
| HSV(B) | 356º | 0.69% | 0.77% | - |
| XYZ | 25.54 | 15.52 | 7.44 | - |
| YUV | 102.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 70 | 0 | 0.69 | 0.64 | 0.23 | 356 | 0.53 | 0.5 |
| Hex | C4 | 3D | 46 | 0 | 45 | 40 | 17 | 164 | 35 | 32 |
| Octal | 304 | 75 | 106 | 0 | 105 | 100 | 27 | 544 | 65 | 62 |
| Binary | 11000100 | 111101 | 1000110 | 0 | 1000101 | 1000000 | 10111 | 101100100 | 110101 | 110010 |
Color Harmonies of #C43D46
Complementary color
Monochromatic Colors of #C43D46
Black with #C43D46
Text Example
Text Example
White with #C43D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D46; }
p { color: rgb(196,61,70); }
H1.HeaderClassName
{
color: #C43D46;
}
.AnyTagClassName
{
color: #C43D46;
}
</style>
background-color css
<style>
a { background-color: #C43D46; }
a { background-color: rgb(196,61,70); }
div.DivClassName
{
background-color: #C43D46;
}
.BgClassName
{
background-color: #C43D46;
}
</style>
border-color css
<style>
span { border-color: #C43D46; }
span { border-color: rgb(196,61,70); }
td.TdClassName
{
border-color: #C43D46;
}
.TagClassName
{
border-color: #C43D46;
}
</style>