Shades of Brick Red #C44148
Tints of Brick Red #C44148
RGB
CMYK
RGB Variations
Color information
#C44148 (or 0xC44148) is known color: Brick Red. HEX triplet: C4, 41 and 48. RGB value is (196,65,72). Sum of RGB (Red+Green+Blue) = 196+65+72=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C44148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44148 is #3BBEB7. Grayscale: #696969. Windows color (decimal): -3915448 or 4735428. OLE color: 4735428.
HSL color Cylindrical-coordinate representation of color #C44148: hue angle of 356.79º 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 #C44148 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 72 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.23 |
| HSL | 356.79º | 0.53% | 0.51% | - |
| HSV(B) | 356.79º | 0.67% | 0.77% | - |
| XYZ | 25.82 | 15.98 | 7.86 | - |
| YUV | 104.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 72 | 0 | 0.67 | 0.63 | 0.23 | 356.79 | 0.53 | 0.51 |
| Hex | C4 | 41 | 48 | 0 | 43 | 3F | 17 | 165 | 35 | 33 |
| Octal | 304 | 101 | 110 | 0 | 103 | 77 | 27 | 545 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1001000 | 0 | 1000011 | 111111 | 10111 | 101100101 | 110101 | 110011 |
Color Harmonies of #C44148
Complementary color
Monochromatic Colors of #C44148
Black with #C44148
Text Example
Text Example
White with #C44148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44148; }
p { color: rgb(196,65,72); }
H1.HeaderClassName
{
color: #C44148;
}
.AnyTagClassName
{
color: #C44148;
}
</style>
background-color css
<style>
a { background-color: #C44148; }
a { background-color: rgb(196,65,72); }
div.DivClassName
{
background-color: #C44148;
}
.BgClassName
{
background-color: #C44148;
}
</style>
border-color css
<style>
span { border-color: #C44148; }
span { border-color: rgb(196,65,72); }
td.TdClassName
{
border-color: #C44148;
}
.TagClassName
{
border-color: #C44148;
}
</style>