Shades of Brick Red #C42938
Tints of Brick Red #C42938
RGB
CMYK
RGB Variations
Color information
#C42938 (or 0xC42938) is known color: Brick Red. HEX triplet: C4, 29 and 38. RGB value is (196,41,56). Sum of RGB (Red+Green+Blue) = 196+41+56=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C42938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42938 is #3BD6C7. Grayscale: #595959. Windows color (decimal): -3921608 or 3680708. OLE color: 3680708.
HSL color Cylindrical-coordinate representation of color #C42938: hue angle of 354.19º 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 #C42938 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 56 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.23 |
| HSL | 354.19º | 0.65% | 0.46% | - |
| HSV(B) | 354.19º | 0.79% | 0.77% | - |
| XYZ | 24.27 | 13.61 | 5.09 | - |
| YUV | 89.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 56 | 0 | 0.79 | 0.71 | 0.23 | 354.19 | 0.65 | 0.46 |
| Hex | C4 | 29 | 38 | 0 | 4F | 47 | 17 | 162 | 41 | 2E |
| Octal | 304 | 51 | 70 | 0 | 117 | 107 | 27 | 542 | 101 | 56 |
| Binary | 11000100 | 101001 | 111000 | 0 | 1001111 | 1000111 | 10111 | 101100010 | 1000001 | 101110 |
Color Harmonies of #C42938
Complementary color
Monochromatic Colors of #C42938
Black with #C42938
Text Example
Text Example
White with #C42938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42938; }
p { color: rgb(196,41,56); }
H1.HeaderClassName
{
color: #C42938;
}
.AnyTagClassName
{
color: #C42938;
}
</style>
background-color css
<style>
a { background-color: #C42938; }
a { background-color: rgb(196,41,56); }
div.DivClassName
{
background-color: #C42938;
}
.BgClassName
{
background-color: #C42938;
}
</style>
border-color css
<style>
span { border-color: #C42938; }
span { border-color: rgb(196,41,56); }
td.TdClassName
{
border-color: #C42938;
}
.TagClassName
{
border-color: #C42938;
}
</style>