Shades of Brick Red #C42944
Tints of Brick Red #C42944
RGB
CMYK
RGB Variations
Color information
#C42944 (or 0xC42944) is known color: Brick Red. HEX triplet: C4, 29 and 44. RGB value is (196,41,68). Sum of RGB (Red+Green+Blue) = 196+41+68=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C42944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42944 is #3BD6BB. Grayscale: #5A5A5A. Windows color (decimal): -3921596 or 4467140. OLE color: 4467140.
HSL color Cylindrical-coordinate representation of color #C42944: hue angle of 349.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42944 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 68 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.23 |
| HSL | 349.55º | 0.65% | 0.46% | - |
| HSV(B) | 349.55º | 0.79% | 0.77% | - |
| XYZ | 24.6 | 13.74 | 6.82 | - |
| YUV | 90.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 68 | 0 | 0.79 | 0.65 | 0.23 | 349.55 | 0.65 | 0.46 |
| Hex | C4 | 29 | 44 | 0 | 4F | 41 | 17 | 15E | 41 | 2E |
| Octal | 304 | 51 | 104 | 0 | 117 | 101 | 27 | 536 | 101 | 56 |
| Binary | 11000100 | 101001 | 1000100 | 0 | 1001111 | 1000001 | 10111 | 101011110 | 1000001 | 101110 |
Color Harmonies of #C42944
Complementary color
Monochromatic Colors of #C42944
Black with #C42944
Text Example
Text Example
White with #C42944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42944; }
p { color: rgb(196,41,68); }
H1.HeaderClassName
{
color: #C42944;
}
.AnyTagClassName
{
color: #C42944;
}
</style>
background-color css
<style>
a { background-color: #C42944; }
a { background-color: rgb(196,41,68); }
div.DivClassName
{
background-color: #C42944;
}
.BgClassName
{
background-color: #C42944;
}
</style>
border-color css
<style>
span { border-color: #C42944; }
span { border-color: rgb(196,41,68); }
td.TdClassName
{
border-color: #C42944;
}
.TagClassName
{
border-color: #C42944;
}
</style>