Shades of Brick Red #C44147
Tints of Brick Red #C44147
RGB
CMYK
RGB Variations
Color information
#C44147 (or 0xC44147) is known color: Brick Red. HEX triplet: C4, 41 and 47. RGB value is (196,65,71). Sum of RGB (Red+Green+Blue) = 196+65+71=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C44147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44147 is #3BBEB8. Grayscale: #686868. Windows color (decimal): -3915449 or 4669892. OLE color: 4669892.
HSL color Cylindrical-coordinate representation of color #C44147: hue angle of 357.25º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44147 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 71 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.23 |
| HSL | 357.25º | 0.53% | 0.51% | - |
| HSV(B) | 357.25º | 0.67% | 0.77% | - |
| XYZ | 25.79 | 15.97 | 7.68 | - |
| YUV | 104.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 71 | 0 | 0.67 | 0.64 | 0.23 | 357.25 | 0.53 | 0.51 |
| Hex | C4 | 41 | 47 | 0 | 43 | 40 | 17 | 165 | 35 | 33 |
| Octal | 304 | 101 | 107 | 0 | 103 | 100 | 27 | 545 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1000111 | 0 | 1000011 | 1000000 | 10111 | 101100101 | 110101 | 110011 |
Color Harmonies of #C44147
Complementary color
Monochromatic Colors of #C44147
Black with #C44147
Text Example
Text Example
White with #C44147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44147; }
p { color: rgb(196,65,71); }
H1.HeaderClassName
{
color: #C44147;
}
.AnyTagClassName
{
color: #C44147;
}
</style>
background-color css
<style>
a { background-color: #C44147; }
a { background-color: rgb(196,65,71); }
div.DivClassName
{
background-color: #C44147;
}
.BgClassName
{
background-color: #C44147;
}
</style>
border-color css
<style>
span { border-color: #C44147; }
span { border-color: rgb(196,65,71); }
td.TdClassName
{
border-color: #C44147;
}
.TagClassName
{
border-color: #C44147;
}
</style>