Shades of Trinidad #C0502D
Tints of Trinidad #C0502D
RGB
CMYK
RGB Variations
Color information
#C0502D (or 0xC0502D) is known color: Trinidad. HEX triplet: C0, 50 and 2D. RGB value is (192,80,45). Sum of RGB (Red+Green+Blue) = 192+80+45=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0502D is #3FAFD2. Grayscale: #6D6D6D. Windows color (decimal): -4173779 or 2969792. OLE color: 2969792.
HSL color Cylindrical-coordinate representation of color #C0502D: hue angle of 14.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0502D is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 45 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.25 |
| HSL | 14.29º | 0.62% | 0.46% | - |
| HSV(B) | 14.29º | 0.77% | 0.75% | - |
| XYZ | 25.08 | 17.13 | 4.47 | - |
| YUV | 109.5 | 91.61 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 45 | 0 | 0.58 | 0.77 | 0.25 | 14.29 | 0.62 | 0.46 |
| Hex | C0 | 50 | 2D | 0 | 3A | 4D | 19 | E | 3E | 2E |
| Octal | 300 | 120 | 55 | 0 | 72 | 115 | 31 | 16 | 76 | 56 |
| Binary | 11000000 | 1010000 | 101101 | 0 | 111010 | 1001101 | 11001 | 1110 | 111110 | 101110 |
Color Harmonies of #C0502D
Complementary color
Monochromatic Colors of #C0502D
Black with #C0502D
Text Example
Text Example
White with #C0502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0502D; }
p { color: rgb(192,80,45); }
H1.HeaderClassName
{
color: #C0502D;
}
.AnyTagClassName
{
color: #C0502D;
}
</style>
background-color css
<style>
a { background-color: #C0502D; }
a { background-color: rgb(192,80,45); }
div.DivClassName
{
background-color: #C0502D;
}
.BgClassName
{
background-color: #C0502D;
}
</style>
border-color css
<style>
span { border-color: #C0502D; }
span { border-color: rgb(192,80,45); }
td.TdClassName
{
border-color: #C0502D;
}
.TagClassName
{
border-color: #C0502D;
}
</style>