Shades of Brick Red #C03141
Tints of Brick Red #C03141
RGB
CMYK
RGB Variations
Color information
#C03141 (or 0xC03141) is known color: Brick Red. HEX triplet: C0, 31 and 41. RGB value is (192,49,65). Sum of RGB (Red+Green+Blue) = 192+49+65=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C03141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03141 is #3FCEBE. Grayscale: #5D5D5D. Windows color (decimal): -4181695 or 4272576. OLE color: 4272576.
HSL color Cylindrical-coordinate representation of color #C03141: hue angle of 353.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03141 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 65 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.25 |
| HSL | 353.29º | 0.59% | 0.47% | - |
| HSV(B) | 353.29º | 0.74% | 0.75% | - |
| XYZ | 23.79 | 13.78 | 6.41 | - |
| YUV | 93.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 65 | 0 | 0.74 | 0.66 | 0.25 | 353.29 | 0.59 | 0.47 |
| Hex | C0 | 31 | 41 | 0 | 4A | 42 | 19 | 161 | 3B | 2F |
| Octal | 300 | 61 | 101 | 0 | 112 | 102 | 31 | 541 | 73 | 57 |
| Binary | 11000000 | 110001 | 1000001 | 0 | 1001010 | 1000010 | 11001 | 101100001 | 111011 | 101111 |
Color Harmonies of #C03141
Complementary color
Monochromatic Colors of #C03141
Black with #C03141
Text Example
Text Example
White with #C03141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03141; }
p { color: rgb(192,49,65); }
H1.HeaderClassName
{
color: #C03141;
}
.AnyTagClassName
{
color: #C03141;
}
</style>
background-color css
<style>
a { background-color: #C03141; }
a { background-color: rgb(192,49,65); }
div.DivClassName
{
background-color: #C03141;
}
.BgClassName
{
background-color: #C03141;
}
</style>
border-color css
<style>
span { border-color: #C03141; }
span { border-color: rgb(192,49,65); }
td.TdClassName
{
border-color: #C03141;
}
.TagClassName
{
border-color: #C03141;
}
</style>