Shades of Trinidad #C0512D
Tints of Trinidad #C0512D
RGB
CMYK
RGB Variations
Color information
#C0512D (or 0xC0512D) is known color: Trinidad. HEX triplet: C0, 51 and 2D. RGB value is (192,81,45). Sum of RGB (Red+Green+Blue) = 192+81+45=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0512D is #3FAED2. Grayscale: #6E6E6E. Windows color (decimal): -4173523 or 2970048. OLE color: 2970048.
HSL color Cylindrical-coordinate representation of color #C0512D: hue angle of 14.69º 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 #C0512D is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 45 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.25 |
| HSL | 14.69º | 0.62% | 0.46% | - |
| HSV(B) | 14.69º | 0.77% | 0.75% | - |
| XYZ | 25.15 | 17.28 | 4.49 | - |
| YUV | 110.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 45 | 0 | 0.58 | 0.77 | 0.25 | 14.69 | 0.62 | 0.46 |
| Hex | C0 | 51 | 2D | 0 | 3A | 4D | 19 | F | 3E | 2E |
| Octal | 300 | 121 | 55 | 0 | 72 | 115 | 31 | 17 | 76 | 56 |
| Binary | 11000000 | 1010001 | 101101 | 0 | 111010 | 1001101 | 11001 | 1111 | 111110 | 101110 |
Color Harmonies of #C0512D
Complementary color
Monochromatic Colors of #C0512D
Black with #C0512D
Text Example
Text Example
White with #C0512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0512D; }
p { color: rgb(192,81,45); }
H1.HeaderClassName
{
color: #C0512D;
}
.AnyTagClassName
{
color: #C0512D;
}
</style>
background-color css
<style>
a { background-color: #C0512D; }
a { background-color: rgb(192,81,45); }
div.DivClassName
{
background-color: #C0512D;
}
.BgClassName
{
background-color: #C0512D;
}
</style>
border-color css
<style>
span { border-color: #C0512D; }
span { border-color: rgb(192,81,45); }
td.TdClassName
{
border-color: #C0512D;
}
.TagClassName
{
border-color: #C0512D;
}
</style>