Shades of Brick Red #C43945
Tints of Brick Red #C43945
RGB
CMYK
RGB Variations
Color information
#C43945 (or 0xC43945) is known color: Brick Red. HEX triplet: C4, 39 and 45. RGB value is (196,57,69). Sum of RGB (Red+Green+Blue) = 196+57+69=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C43945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43945 is #3BC6BA. Grayscale: #646464. Windows color (decimal): -3917499 or 4536772. OLE color: 4536772.
HSL color Cylindrical-coordinate representation of color #C43945: hue angle of 354.82º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43945 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 69 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.23 |
| HSL | 354.82º | 0.55% | 0.5% | - |
| HSV(B) | 354.82º | 0.71% | 0.77% | - |
| XYZ | 25.3 | 15.09 | 7.21 | - |
| YUV | 99.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 69 | 0 | 0.71 | 0.65 | 0.23 | 354.82 | 0.55 | 0.5 |
| Hex | C4 | 39 | 45 | 0 | 47 | 41 | 17 | 163 | 37 | 32 |
| Octal | 304 | 71 | 105 | 0 | 107 | 101 | 27 | 543 | 67 | 62 |
| Binary | 11000100 | 111001 | 1000101 | 0 | 1000111 | 1000001 | 10111 | 101100011 | 110111 | 110010 |
Color Harmonies of #C43945
Complementary color
Monochromatic Colors of #C43945
Black with #C43945
Text Example
Text Example
White with #C43945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43945; }
p { color: rgb(196,57,69); }
H1.HeaderClassName
{
color: #C43945;
}
.AnyTagClassName
{
color: #C43945;
}
</style>
background-color css
<style>
a { background-color: #C43945; }
a { background-color: rgb(196,57,69); }
div.DivClassName
{
background-color: #C43945;
}
.BgClassName
{
background-color: #C43945;
}
</style>
border-color css
<style>
span { border-color: #C43945; }
span { border-color: rgb(196,57,69); }
td.TdClassName
{
border-color: #C43945;
}
.TagClassName
{
border-color: #C43945;
}
</style>