Shades of Brick Red #C02940
Tints of Brick Red #C02940
RGB
CMYK
RGB Variations
Color information
#C02940 (or 0xC02940) is known color: Brick Red. HEX triplet: C0, 29 and 40. RGB value is (192,41,64). Sum of RGB (Red+Green+Blue) = 192+41+64=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C02940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02940 is #3FD6BF. Grayscale: #585858. Windows color (decimal): -4183744 or 4204992. OLE color: 4204992.
HSL color Cylindrical-coordinate representation of color #C02940: hue angle of 350.86º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02940 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 64 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.25 |
| HSL | 350.86º | 0.65% | 0.46% | - |
| HSV(B) | 350.86º | 0.79% | 0.75% | - |
| XYZ | 23.46 | 13.16 | 6.15 | - |
| YUV | 88.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 64 | 0 | 0.79 | 0.67 | 0.25 | 350.86 | 0.65 | 0.46 |
| Hex | C0 | 29 | 40 | 0 | 4F | 43 | 19 | 15F | 41 | 2E |
| Octal | 300 | 51 | 100 | 0 | 117 | 103 | 31 | 537 | 101 | 56 |
| Binary | 11000000 | 101001 | 1000000 | 0 | 1001111 | 1000011 | 11001 | 101011111 | 1000001 | 101110 |
Color Harmonies of #C02940
Complementary color
Monochromatic Colors of #C02940
Black with #C02940
Text Example
Text Example
White with #C02940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02940; }
p { color: rgb(192,41,64); }
H1.HeaderClassName
{
color: #C02940;
}
.AnyTagClassName
{
color: #C02940;
}
</style>
background-color css
<style>
a { background-color: #C02940; }
a { background-color: rgb(192,41,64); }
div.DivClassName
{
background-color: #C02940;
}
.BgClassName
{
background-color: #C02940;
}
</style>
border-color css
<style>
span { border-color: #C02940; }
span { border-color: rgb(192,41,64); }
td.TdClassName
{
border-color: #C02940;
}
.TagClassName
{
border-color: #C02940;
}
</style>