Shades of Brick Red #C43D45
Tints of Brick Red #C43D45
RGB
CMYK
RGB Variations
Color information
#C43D45 (or 0xC43D45) is known color: Brick Red. HEX triplet: C4, 3D and 45. RGB value is (196,61,69). Sum of RGB (Red+Green+Blue) = 196+61+69=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D45 is #3BC2BA. Grayscale: #666666. Windows color (decimal): -3916475 or 4537796. OLE color: 4537796.
HSL color Cylindrical-coordinate representation of color #C43D45: hue angle of 356.44º 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 #C43D45 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 69 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.23 |
| HSL | 356.44º | 0.53% | 0.5% | - |
| HSV(B) | 356.44º | 0.69% | 0.77% | - |
| XYZ | 25.51 | 15.5 | 7.28 | - |
| YUV | 102.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 69 | 0 | 0.69 | 0.65 | 0.23 | 356.44 | 0.53 | 0.5 |
| Hex | C4 | 3D | 45 | 0 | 45 | 41 | 17 | 164 | 35 | 32 |
| Octal | 304 | 75 | 105 | 0 | 105 | 101 | 27 | 544 | 65 | 62 |
| Binary | 11000100 | 111101 | 1000101 | 0 | 1000101 | 1000001 | 10111 | 101100100 | 110101 | 110010 |
Color Harmonies of #C43D45
Complementary color
Monochromatic Colors of #C43D45
Black with #C43D45
Text Example
Text Example
White with #C43D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D45; }
p { color: rgb(196,61,69); }
H1.HeaderClassName
{
color: #C43D45;
}
.AnyTagClassName
{
color: #C43D45;
}
</style>
background-color css
<style>
a { background-color: #C43D45; }
a { background-color: rgb(196,61,69); }
div.DivClassName
{
background-color: #C43D45;
}
.BgClassName
{
background-color: #C43D45;
}
</style>
border-color css
<style>
span { border-color: #C43D45; }
span { border-color: rgb(196,61,69); }
td.TdClassName
{
border-color: #C43D45;
}
.TagClassName
{
border-color: #C43D45;
}
</style>