Shades of Brick Red #C42844
Tints of Brick Red #C42844
RGB
CMYK
RGB Variations
Color information
#C42844 (or 0xC42844) is known color: Brick Red. HEX triplet: C4, 28 and 44. RGB value is (196,40,68). Sum of RGB (Red+Green+Blue) = 196+40+68=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C42844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42844 is #3BD7BB. Grayscale: #595959. Windows color (decimal): -3921852 or 4466884. OLE color: 4466884.
HSL color Cylindrical-coordinate representation of color #C42844: hue angle of 349.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42844 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 68 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.23 |
| HSL | 349.23º | 0.66% | 0.46% | - |
| HSV(B) | 349.23º | 0.8% | 0.77% | - |
| XYZ | 24.57 | 13.67 | 6.81 | - |
| YUV | 89.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 68 | 0 | 0.80 | 0.65 | 0.23 | 349.23 | 0.66 | 0.46 |
| Hex | C4 | 28 | 44 | 0 | 50 | 41 | 17 | 15D | 42 | 2E |
| Octal | 304 | 50 | 104 | 0 | 120 | 101 | 27 | 535 | 102 | 56 |
| Binary | 11000100 | 101000 | 1000100 | 0 | 1010000 | 1000001 | 10111 | 101011101 | 1000010 | 101110 |
Color Harmonies of #C42844
Complementary color
Monochromatic Colors of #C42844
Black with #C42844
Text Example
Text Example
White with #C42844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42844; }
p { color: rgb(196,40,68); }
H1.HeaderClassName
{
color: #C42844;
}
.AnyTagClassName
{
color: #C42844;
}
</style>
background-color css
<style>
a { background-color: #C42844; }
a { background-color: rgb(196,40,68); }
div.DivClassName
{
background-color: #C42844;
}
.BgClassName
{
background-color: #C42844;
}
</style>
border-color css
<style>
span { border-color: #C42844; }
span { border-color: rgb(196,40,68); }
td.TdClassName
{
border-color: #C42844;
}
.TagClassName
{
border-color: #C42844;
}
</style>