Shades of Brick Red #C4313D
Tints of Brick Red #C4313D
RGB
CMYK
RGB Variations
Color information
#C4313D (or 0xC4313D) is known color: Brick Red. HEX triplet: C4, 31 and 3D. RGB value is (196,49,61). Sum of RGB (Red+Green+Blue) = 196+49+61=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4313D is #3BCEC2. Grayscale: #5E5E5E. Windows color (decimal): -3919555 or 4010436. OLE color: 4010436.
HSL color Cylindrical-coordinate representation of color #C4313D: hue angle of 355.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4313D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 61 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.23 |
| HSL | 355.1º | 0.6% | 0.48% | - |
| HSV(B) | 355.1º | 0.75% | 0.77% | - |
| XYZ | 24.71 | 14.27 | 5.87 | - |
| YUV | 94.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 61 | 0 | 0.75 | 0.69 | 0.23 | 355.1 | 0.6 | 0.48 |
| Hex | C4 | 31 | 3D | 0 | 4B | 45 | 17 | 163 | 3C | 30 |
| Octal | 304 | 61 | 75 | 0 | 113 | 105 | 27 | 543 | 74 | 60 |
| Binary | 11000100 | 110001 | 111101 | 0 | 1001011 | 1000101 | 10111 | 101100011 | 111100 | 110000 |
Color Harmonies of #C4313D
Complementary color
Monochromatic Colors of #C4313D
Black with #C4313D
Text Example
Text Example
White with #C4313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4313D; }
p { color: rgb(196,49,61); }
H1.HeaderClassName
{
color: #C4313D;
}
.AnyTagClassName
{
color: #C4313D;
}
</style>
background-color css
<style>
a { background-color: #C4313D; }
a { background-color: rgb(196,49,61); }
div.DivClassName
{
background-color: #C4313D;
}
.BgClassName
{
background-color: #C4313D;
}
</style>
border-color css
<style>
span { border-color: #C4313D; }
span { border-color: rgb(196,49,61); }
td.TdClassName
{
border-color: #C4313D;
}
.TagClassName
{
border-color: #C4313D;
}
</style>