Shades of Trinidad #C0482B
Tints of Trinidad #C0482B
RGB
CMYK
RGB Variations
Color information
#C0482B (or 0xC0482B) is known color: Trinidad. HEX triplet: C0, 48 and 2B. RGB value is (192,72,43). Sum of RGB (Red+Green+Blue) = 192+72+43=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0482B is #3FB7D4. Grayscale: #686868. Windows color (decimal): -4175829 or 2836672. OLE color: 2836672.
HSL color Cylindrical-coordinate representation of color #C0482B: hue angle of 11.68º 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 #C0482B is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 43 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.25 |
| HSL | 11.68º | 0.63% | 0.46% | - |
| HSV(B) | 11.68º | 0.78% | 0.75% | - |
| XYZ | 24.49 | 16.02 | 4.09 | - |
| YUV | 104.57 | 93.26 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 43 | 0 | 0.63 | 0.78 | 0.25 | 11.68 | 0.63 | 0.46 |
| Hex | C0 | 48 | 2B | 0 | 3F | 4E | 19 | C | 3F | 2E |
| Octal | 300 | 110 | 53 | 0 | 77 | 116 | 31 | 14 | 77 | 56 |
| Binary | 11000000 | 1001000 | 101011 | 0 | 111111 | 1001110 | 11001 | 1100 | 111111 | 101110 |
Color Harmonies of #C0482B
Complementary color
Monochromatic Colors of #C0482B
Black with #C0482B
Text Example
Text Example
White with #C0482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0482B; }
p { color: rgb(192,72,43); }
H1.HeaderClassName
{
color: #C0482B;
}
.AnyTagClassName
{
color: #C0482B;
}
</style>
background-color css
<style>
a { background-color: #C0482B; }
a { background-color: rgb(192,72,43); }
div.DivClassName
{
background-color: #C0482B;
}
.BgClassName
{
background-color: #C0482B;
}
</style>
border-color css
<style>
span { border-color: #C0482B; }
span { border-color: rgb(192,72,43); }
td.TdClassName
{
border-color: #C0482B;
}
.TagClassName
{
border-color: #C0482B;
}
</style>