Shades of Brick Red #C43E45
Tints of Brick Red #C43E45
RGB
CMYK
RGB Variations
Color information
#C43E45 (or 0xC43E45) is known color: Brick Red. HEX triplet: C4, 3E and 45. RGB value is (196,62,69). Sum of RGB (Red+Green+Blue) = 196+62+69=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E45 is #3BC1BA. Grayscale: #666666. Windows color (decimal): -3916219 or 4538052. OLE color: 4538052.
HSL color Cylindrical-coordinate representation of color #C43E45: hue angle of 356.87º 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 #C43E45 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 69 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.23 |
| HSL | 356.87º | 0.53% | 0.51% | - |
| HSV(B) | 356.87º | 0.68% | 0.77% | - |
| XYZ | 25.56 | 15.61 | 7.3 | - |
| YUV | 102.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 69 | 0 | 0.68 | 0.65 | 0.23 | 356.87 | 0.53 | 0.51 |
| Hex | C4 | 3E | 45 | 0 | 44 | 41 | 17 | 165 | 35 | 33 |
| Octal | 304 | 76 | 105 | 0 | 104 | 101 | 27 | 545 | 65 | 63 |
| Binary | 11000100 | 111110 | 1000101 | 0 | 1000100 | 1000001 | 10111 | 101100101 | 110101 | 110011 |
Color Harmonies of #C43E45
Complementary color
Monochromatic Colors of #C43E45
Black with #C43E45
Text Example
Text Example
White with #C43E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E45; }
p { color: rgb(196,62,69); }
H1.HeaderClassName
{
color: #C43E45;
}
.AnyTagClassName
{
color: #C43E45;
}
</style>
background-color css
<style>
a { background-color: #C43E45; }
a { background-color: rgb(196,62,69); }
div.DivClassName
{
background-color: #C43E45;
}
.BgClassName
{
background-color: #C43E45;
}
</style>
border-color css
<style>
span { border-color: #C43E45; }
span { border-color: rgb(196,62,69); }
td.TdClassName
{
border-color: #C43E45;
}
.TagClassName
{
border-color: #C43E45;
}
</style>