Shades of Brick Red #C02740
Tints of Brick Red #C02740
RGB
CMYK
RGB Variations
Color information
#C02740 (or 0xC02740) is known color: Brick Red. HEX triplet: C0, 27 and 40. RGB value is (192,39,64). Sum of RGB (Red+Green+Blue) = 192+39+64=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C02740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02740 is #3FD8BF. Grayscale: #575757. Windows color (decimal): -4184256 or 4204480. OLE color: 4204480.
HSL color Cylindrical-coordinate representation of color #C02740: hue angle of 350.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02740 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 64 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.25 |
| HSL | 350.2º | 0.66% | 0.45% | - |
| HSV(B) | 350.2º | 0.8% | 0.75% | - |
| XYZ | 23.39 | 13.03 | 6.13 | - |
| YUV | 87.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 64 | 0 | 0.80 | 0.67 | 0.25 | 350.2 | 0.66 | 0.45 |
| Hex | C0 | 27 | 40 | 0 | 50 | 43 | 19 | 15E | 42 | 2D |
| Octal | 300 | 47 | 100 | 0 | 120 | 103 | 31 | 536 | 102 | 55 |
| Binary | 11000000 | 100111 | 1000000 | 0 | 1010000 | 1000011 | 11001 | 101011110 | 1000010 | 101101 |
Color Harmonies of #C02740
Complementary color
Monochromatic Colors of #C02740
Black with #C02740
Text Example
Text Example
White with #C02740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02740; }
p { color: rgb(192,39,64); }
H1.HeaderClassName
{
color: #C02740;
}
.AnyTagClassName
{
color: #C02740;
}
</style>
background-color css
<style>
a { background-color: #C02740; }
a { background-color: rgb(192,39,64); }
div.DivClassName
{
background-color: #C02740;
}
.BgClassName
{
background-color: #C02740;
}
</style>
border-color css
<style>
span { border-color: #C02740; }
span { border-color: rgb(192,39,64); }
td.TdClassName
{
border-color: #C02740;
}
.TagClassName
{
border-color: #C02740;
}
</style>