Shades of Trinidad #C0472B
Tints of Trinidad #C0472B
RGB
CMYK
RGB Variations
Color information
#C0472B (or 0xC0472B) is known color: Trinidad. HEX triplet: C0, 47 and 2B. RGB value is (192,71,43). Sum of RGB (Red+Green+Blue) = 192+71+43=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0472B is #3FB8D4. Grayscale: #686868. Windows color (decimal): -4176085 or 2836416. OLE color: 2836416.
HSL color Cylindrical-coordinate representation of color #C0472B: hue angle of 11.28º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0472B is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 43 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.25 |
| HSL | 11.28º | 0.63% | 0.46% | - |
| HSV(B) | 11.28º | 0.78% | 0.75% | - |
| XYZ | 24.43 | 15.89 | 4.06 | - |
| YUV | 103.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 43 | 0 | 0.63 | 0.78 | 0.25 | 11.28 | 0.63 | 0.46 |
| Hex | C0 | 47 | 2B | 0 | 3F | 4E | 19 | B | 3F | 2E |
| Octal | 300 | 107 | 53 | 0 | 77 | 116 | 31 | 13 | 77 | 56 |
| Binary | 11000000 | 1000111 | 101011 | 0 | 111111 | 1001110 | 11001 | 1011 | 111111 | 101110 |
Color Harmonies of #C0472B
Complementary color
Monochromatic Colors of #C0472B
Black with #C0472B
Text Example
Text Example
White with #C0472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0472B; }
p { color: rgb(192,71,43); }
H1.HeaderClassName
{
color: #C0472B;
}
.AnyTagClassName
{
color: #C0472B;
}
</style>
background-color css
<style>
a { background-color: #C0472B; }
a { background-color: rgb(192,71,43); }
div.DivClassName
{
background-color: #C0472B;
}
.BgClassName
{
background-color: #C0472B;
}
</style>
border-color css
<style>
span { border-color: #C0472B; }
span { border-color: rgb(192,71,43); }
td.TdClassName
{
border-color: #C0472B;
}
.TagClassName
{
border-color: #C0472B;
}
</style>