Shades of Trinidad #C1462C
Tints of Trinidad #C1462C
RGB
CMYK
RGB Variations
Color information
#C1462C (or 0xC1462C) is known color: Trinidad. HEX triplet: C1, 46 and 2C. RGB value is (193,70,44). Sum of RGB (Red+Green+Blue) = 193+70+44=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1462C is #3EB9D3. Grayscale: #686868. Windows color (decimal): -4110804 or 2901697. OLE color: 2901697.
HSL color Cylindrical-coordinate representation of color #C1462C: hue angle of 10.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1462C is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 44 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.24 |
| HSL | 10.47º | 0.63% | 0.46% | - |
| HSV(B) | 10.47º | 0.77% | 0.76% | - |
| XYZ | 24.64 | 15.9 | 4.15 | - |
| YUV | 103.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 44 | 0 | 0.64 | 0.77 | 0.24 | 10.47 | 0.63 | 0.46 |
| Hex | C1 | 46 | 2C | 0 | 40 | 4D | 18 | A | 3F | 2E |
| Octal | 301 | 106 | 54 | 0 | 100 | 115 | 30 | 12 | 77 | 56 |
| Binary | 11000001 | 1000110 | 101100 | 0 | 1000000 | 1001101 | 11000 | 1010 | 111111 | 101110 |
Color Harmonies of #C1462C
Complementary color
Monochromatic Colors of #C1462C
Black with #C1462C
Text Example
Text Example
White with #C1462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1462C; }
p { color: rgb(193,70,44); }
H1.HeaderClassName
{
color: #C1462C;
}
.AnyTagClassName
{
color: #C1462C;
}
</style>
background-color css
<style>
a { background-color: #C1462C; }
a { background-color: rgb(193,70,44); }
div.DivClassName
{
background-color: #C1462C;
}
.BgClassName
{
background-color: #C1462C;
}
</style>
border-color css
<style>
span { border-color: #C1462C; }
span { border-color: rgb(193,70,44); }
td.TdClassName
{
border-color: #C1462C;
}
.TagClassName
{
border-color: #C1462C;
}
</style>