Shades of Brick Red #C43245
Tints of Brick Red #C43245
RGB
CMYK
RGB Variations
Color information
#C43245 (or 0xC43245) is known color: Brick Red. HEX triplet: C4, 32 and 45. RGB value is (196,50,69). Sum of RGB (Red+Green+Blue) = 196+50+69=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C43245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43245 is #3BCDBA. Grayscale: #5F5F5F. Windows color (decimal): -3919291 or 4534980. OLE color: 4534980.
HSL color Cylindrical-coordinate representation of color #C43245: hue angle of 352.19º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43245 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 69 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.23 |
| HSL | 352.19º | 0.59% | 0.48% | - |
| HSV(B) | 352.19º | 0.74% | 0.77% | - |
| XYZ | 24.98 | 14.45 | 7.1 | - |
| YUV | 95.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 69 | 0 | 0.74 | 0.65 | 0.23 | 352.19 | 0.59 | 0.48 |
| Hex | C4 | 32 | 45 | 0 | 4A | 41 | 17 | 160 | 3B | 30 |
| Octal | 304 | 62 | 105 | 0 | 112 | 101 | 27 | 540 | 73 | 60 |
| Binary | 11000100 | 110010 | 1000101 | 0 | 1001010 | 1000001 | 10111 | 101100000 | 111011 | 110000 |
Color Harmonies of #C43245
Complementary color
Monochromatic Colors of #C43245
Black with #C43245
Text Example
Text Example
White with #C43245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43245; }
p { color: rgb(196,50,69); }
H1.HeaderClassName
{
color: #C43245;
}
.AnyTagClassName
{
color: #C43245;
}
</style>
background-color css
<style>
a { background-color: #C43245; }
a { background-color: rgb(196,50,69); }
div.DivClassName
{
background-color: #C43245;
}
.BgClassName
{
background-color: #C43245;
}
</style>
border-color css
<style>
span { border-color: #C43245; }
span { border-color: rgb(196,50,69); }
td.TdClassName
{
border-color: #C43245;
}
.TagClassName
{
border-color: #C43245;
}
</style>