Shades of Brick Red #C44149
Tints of Brick Red #C44149
RGB
CMYK
RGB Variations
Color information
#C44149 (or 0xC44149) is known color: Brick Red. HEX triplet: C4, 41 and 49. RGB value is (196,65,73). Sum of RGB (Red+Green+Blue) = 196+65+73=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C44149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44149 is #3BBEB6. Grayscale: #696969. Windows color (decimal): -3915447 or 4800964. OLE color: 4800964.
HSL color Cylindrical-coordinate representation of color #C44149: hue angle of 356.34º 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 #C44149 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 73 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.23 |
| HSL | 356.34º | 0.53% | 0.51% | - |
| HSV(B) | 356.34º | 0.67% | 0.77% | - |
| XYZ | 25.86 | 16 | 8.03 | - |
| YUV | 105.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 73 | 0 | 0.67 | 0.63 | 0.23 | 356.34 | 0.53 | 0.51 |
| Hex | C4 | 41 | 49 | 0 | 43 | 3F | 17 | 164 | 35 | 33 |
| Octal | 304 | 101 | 111 | 0 | 103 | 77 | 27 | 544 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1001001 | 0 | 1000011 | 111111 | 10111 | 101100100 | 110101 | 110011 |
Color Harmonies of #C44149
Complementary color
Monochromatic Colors of #C44149
Black with #C44149
Text Example
Text Example
White with #C44149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44149; }
p { color: rgb(196,65,73); }
H1.HeaderClassName
{
color: #C44149;
}
.AnyTagClassName
{
color: #C44149;
}
</style>
background-color css
<style>
a { background-color: #C44149; }
a { background-color: rgb(196,65,73); }
div.DivClassName
{
background-color: #C44149;
}
.BgClassName
{
background-color: #C44149;
}
</style>
border-color css
<style>
span { border-color: #C44149; }
span { border-color: rgb(196,65,73); }
td.TdClassName
{
border-color: #C44149;
}
.TagClassName
{
border-color: #C44149;
}
</style>