Shades of Brick Red #C44146
Tints of Brick Red #C44146
RGB
CMYK
RGB Variations
Color information
#C44146 (or 0xC44146) is known color: Brick Red. HEX triplet: C4, 41 and 46. RGB value is (196,65,70). Sum of RGB (Red+Green+Blue) = 196+65+70=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C44146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44146 is #3BBEB9. Grayscale: #686868. Windows color (decimal): -3915450 or 4604356. OLE color: 4604356.
HSL color Cylindrical-coordinate representation of color #C44146: hue angle of 357.71º 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 #C44146 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 70 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.23 |
| HSL | 357.71º | 0.53% | 0.51% | - |
| HSV(B) | 357.71º | 0.67% | 0.77% | - |
| XYZ | 25.76 | 15.96 | 7.52 | - |
| YUV | 104.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 70 | 0 | 0.67 | 0.64 | 0.23 | 357.71 | 0.53 | 0.51 |
| Hex | C4 | 41 | 46 | 0 | 43 | 40 | 17 | 166 | 35 | 33 |
| Octal | 304 | 101 | 106 | 0 | 103 | 100 | 27 | 546 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1000110 | 0 | 1000011 | 1000000 | 10111 | 101100110 | 110101 | 110011 |
Color Harmonies of #C44146
Complementary color
Monochromatic Colors of #C44146
Black with #C44146
Text Example
Text Example
White with #C44146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44146; }
p { color: rgb(196,65,70); }
H1.HeaderClassName
{
color: #C44146;
}
.AnyTagClassName
{
color: #C44146;
}
</style>
background-color css
<style>
a { background-color: #C44146; }
a { background-color: rgb(196,65,70); }
div.DivClassName
{
background-color: #C44146;
}
.BgClassName
{
background-color: #C44146;
}
</style>
border-color css
<style>
span { border-color: #C44146; }
span { border-color: rgb(196,65,70); }
td.TdClassName
{
border-color: #C44146;
}
.TagClassName
{
border-color: #C44146;
}
</style>