Shades of Brick Red #C43E46
Tints of Brick Red #C43E46
RGB
CMYK
RGB Variations
Color information
#C43E46 (or 0xC43E46) is known color: Brick Red. HEX triplet: C4, 3E and 46. RGB value is (196,62,70). Sum of RGB (Red+Green+Blue) = 196+62+70=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E46 is #3BC1B9. Grayscale: #676767. Windows color (decimal): -3916218 or 4603588. OLE color: 4603588.
HSL color Cylindrical-coordinate representation of color #C43E46: hue angle of 356.42º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E46 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 70 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.23 |
| HSL | 356.42º | 0.53% | 0.51% | - |
| HSV(B) | 356.42º | 0.68% | 0.77% | - |
| XYZ | 25.59 | 15.62 | 7.46 | - |
| YUV | 102.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 70 | 0 | 0.68 | 0.64 | 0.23 | 356.42 | 0.53 | 0.51 |
| Hex | C4 | 3E | 46 | 0 | 44 | 40 | 17 | 164 | 35 | 33 |
| Octal | 304 | 76 | 106 | 0 | 104 | 100 | 27 | 544 | 65 | 63 |
| Binary | 11000100 | 111110 | 1000110 | 0 | 1000100 | 1000000 | 10111 | 101100100 | 110101 | 110011 |
Color Harmonies of #C43E46
Complementary color
Monochromatic Colors of #C43E46
Black with #C43E46
Text Example
Text Example
White with #C43E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E46; }
p { color: rgb(196,62,70); }
H1.HeaderClassName
{
color: #C43E46;
}
.AnyTagClassName
{
color: #C43E46;
}
</style>
background-color css
<style>
a { background-color: #C43E46; }
a { background-color: rgb(196,62,70); }
div.DivClassName
{
background-color: #C43E46;
}
.BgClassName
{
background-color: #C43E46;
}
</style>
border-color css
<style>
span { border-color: #C43E46; }
span { border-color: rgb(196,62,70); }
td.TdClassName
{
border-color: #C43E46;
}
.TagClassName
{
border-color: #C43E46;
}
</style>