Shades of Brick Red #C4293F
Tints of Brick Red #C4293F
RGB
CMYK
RGB Variations
Color information
#C4293F (or 0xC4293F) is known color: Brick Red. HEX triplet: C4, 29 and 3F. RGB value is (196,41,63). Sum of RGB (Red+Green+Blue) = 196+41+63=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C4293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4293F is #3BD6C0. Grayscale: #595959. Windows color (decimal): -3921601 or 4139460. OLE color: 4139460.
HSL color Cylindrical-coordinate representation of color #C4293F: hue angle of 351.48º 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 #C4293F is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 63 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.23 |
| HSL | 351.48º | 0.65% | 0.46% | - |
| HSV(B) | 351.48º | 0.79% | 0.77% | - |
| XYZ | 24.46 | 13.68 | 6.05 | - |
| YUV | 89.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 63 | 0 | 0.79 | 0.68 | 0.23 | 351.48 | 0.65 | 0.46 |
| Hex | C4 | 29 | 3F | 0 | 4F | 44 | 17 | 15F | 41 | 2E |
| Octal | 304 | 51 | 77 | 0 | 117 | 104 | 27 | 537 | 101 | 56 |
| Binary | 11000100 | 101001 | 111111 | 0 | 1001111 | 1000100 | 10111 | 101011111 | 1000001 | 101110 |
Color Harmonies of #C4293F
Complementary color
Monochromatic Colors of #C4293F
Black with #C4293F
Text Example
Text Example
White with #C4293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4293F; }
p { color: rgb(196,41,63); }
H1.HeaderClassName
{
color: #C4293F;
}
.AnyTagClassName
{
color: #C4293F;
}
</style>
background-color css
<style>
a { background-color: #C4293F; }
a { background-color: rgb(196,41,63); }
div.DivClassName
{
background-color: #C4293F;
}
.BgClassName
{
background-color: #C4293F;
}
</style>
border-color css
<style>
span { border-color: #C4293F; }
span { border-color: rgb(196,41,63); }
td.TdClassName
{
border-color: #C4293F;
}
.TagClassName
{
border-color: #C4293F;
}
</style>