Shades of Brick Red #C4313C
Tints of Brick Red #C4313C
RGB
CMYK
RGB Variations
Color information
#C4313C (or 0xC4313C) is known color: Brick Red. HEX triplet: C4, 31 and 3C. RGB value is (196,49,60). Sum of RGB (Red+Green+Blue) = 196+49+60=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4313C is #3BCEC3. Grayscale: #5E5E5E. Windows color (decimal): -3919556 or 3944900. OLE color: 3944900.
HSL color Cylindrical-coordinate representation of color #C4313C: hue angle of 355.51º 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 #C4313C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 60 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.23 |
| HSL | 355.51º | 0.6% | 0.48% | - |
| HSV(B) | 355.51º | 0.75% | 0.77% | - |
| XYZ | 24.68 | 14.26 | 5.73 | - |
| YUV | 94.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 60 | 0 | 0.75 | 0.69 | 0.23 | 355.51 | 0.6 | 0.48 |
| Hex | C4 | 31 | 3C | 0 | 4B | 45 | 17 | 164 | 3C | 30 |
| Octal | 304 | 61 | 74 | 0 | 113 | 105 | 27 | 544 | 74 | 60 |
| Binary | 11000100 | 110001 | 111100 | 0 | 1001011 | 1000101 | 10111 | 101100100 | 111100 | 110000 |
Color Harmonies of #C4313C
Complementary color
Monochromatic Colors of #C4313C
Black with #C4313C
Text Example
Text Example
White with #C4313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4313C; }
p { color: rgb(196,49,60); }
H1.HeaderClassName
{
color: #C4313C;
}
.AnyTagClassName
{
color: #C4313C;
}
</style>
background-color css
<style>
a { background-color: #C4313C; }
a { background-color: rgb(196,49,60); }
div.DivClassName
{
background-color: #C4313C;
}
.BgClassName
{
background-color: #C4313C;
}
</style>
border-color css
<style>
span { border-color: #C4313C; }
span { border-color: rgb(196,49,60); }
td.TdClassName
{
border-color: #C4313C;
}
.TagClassName
{
border-color: #C4313C;
}
</style>