Shades of Brick Red #C4293D
Tints of Brick Red #C4293D
RGB
CMYK
RGB Variations
Color information
#C4293D (or 0xC4293D) is known color: Brick Red. HEX triplet: C4, 29 and 3D. RGB value is (196,41,61). Sum of RGB (Red+Green+Blue) = 196+41+61=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C4293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4293D is #3BD6C2. Grayscale: #595959. Windows color (decimal): -3921603 or 4008388. OLE color: 4008388.
HSL color Cylindrical-coordinate representation of color #C4293D: hue angle of 352.26º 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 #C4293D is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 61 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.23 |
| HSL | 352.26º | 0.65% | 0.46% | - |
| HSV(B) | 352.26º | 0.79% | 0.77% | - |
| XYZ | 24.4 | 13.66 | 5.77 | - |
| YUV | 89.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 61 | 0 | 0.79 | 0.69 | 0.23 | 352.26 | 0.65 | 0.46 |
| Hex | C4 | 29 | 3D | 0 | 4F | 45 | 17 | 160 | 41 | 2E |
| Octal | 304 | 51 | 75 | 0 | 117 | 105 | 27 | 540 | 101 | 56 |
| Binary | 11000100 | 101001 | 111101 | 0 | 1001111 | 1000101 | 10111 | 101100000 | 1000001 | 101110 |
Color Harmonies of #C4293D
Complementary color
Monochromatic Colors of #C4293D
Black with #C4293D
Text Example
Text Example
White with #C4293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4293D; }
p { color: rgb(196,41,61); }
H1.HeaderClassName
{
color: #C4293D;
}
.AnyTagClassName
{
color: #C4293D;
}
</style>
background-color css
<style>
a { background-color: #C4293D; }
a { background-color: rgb(196,41,61); }
div.DivClassName
{
background-color: #C4293D;
}
.BgClassName
{
background-color: #C4293D;
}
</style>
border-color css
<style>
span { border-color: #C4293D; }
span { border-color: rgb(196,41,61); }
td.TdClassName
{
border-color: #C4293D;
}
.TagClassName
{
border-color: #C4293D;
}
</style>