Shades of Brick Red #C02742
Tints of Brick Red #C02742
RGB
CMYK
RGB Variations
Color information
#C02742 (or 0xC02742) is known color: Brick Red. HEX triplet: C0, 27 and 42. RGB value is (192,39,66). Sum of RGB (Red+Green+Blue) = 192+39+66=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C02742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02742 is #3FD8BD. Grayscale: #575757. Windows color (decimal): -4184254 or 4335552. OLE color: 4335552.
HSL color Cylindrical-coordinate representation of color #C02742: hue angle of 349.41º 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 #C02742 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 66 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.25 |
| HSL | 349.41º | 0.66% | 0.45% | - |
| HSV(B) | 349.41º | 0.8% | 0.75% | - |
| XYZ | 23.45 | 13.05 | 6.44 | - |
| YUV | 87.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 66 | 0 | 0.80 | 0.66 | 0.25 | 349.41 | 0.66 | 0.45 |
| Hex | C0 | 27 | 42 | 0 | 50 | 42 | 19 | 15D | 42 | 2D |
| Octal | 300 | 47 | 102 | 0 | 120 | 102 | 31 | 535 | 102 | 55 |
| Binary | 11000000 | 100111 | 1000010 | 0 | 1010000 | 1000010 | 11001 | 101011101 | 1000010 | 101101 |
Color Harmonies of #C02742
Complementary color
Monochromatic Colors of #C02742
Black with #C02742
Text Example
Text Example
White with #C02742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02742; }
p { color: rgb(192,39,66); }
H1.HeaderClassName
{
color: #C02742;
}
.AnyTagClassName
{
color: #C02742;
}
</style>
background-color css
<style>
a { background-color: #C02742; }
a { background-color: rgb(192,39,66); }
div.DivClassName
{
background-color: #C02742;
}
.BgClassName
{
background-color: #C02742;
}
</style>
border-color css
<style>
span { border-color: #C02742; }
span { border-color: rgb(192,39,66); }
td.TdClassName
{
border-color: #C02742;
}
.TagClassName
{
border-color: #C02742;
}
</style>