Shades of Trinidad #C0482A
Tints of Trinidad #C0482A
RGB
CMYK
RGB Variations
Color information
#C0482A (or 0xC0482A) is known color: Trinidad. HEX triplet: C0, 48 and 2A. RGB value is (192,72,42). Sum of RGB (Red+Green+Blue) = 192+72+42=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0482A is #3FB7D5. Grayscale: #686868. Windows color (decimal): -4175830 or 2771136. OLE color: 2771136.
HSL color Cylindrical-coordinate representation of color #C0482A: hue angle of 12º degrees, saturation: 0.64, 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 #C0482A is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 42 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.25 |
| HSL | 12º | 0.64% | 0.46% | - |
| HSV(B) | 12º | 0.78% | 0.75% | - |
| XYZ | 24.47 | 16.01 | 3.99 | - |
| YUV | 104.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 42 | 0 | 0.63 | 0.78 | 0.25 | 12 | 0.64 | 0.46 |
| Hex | C0 | 48 | 2A | 0 | 3F | 4E | 19 | C | 40 | 2E |
| Octal | 300 | 110 | 52 | 0 | 77 | 116 | 31 | 14 | 100 | 56 |
| Binary | 11000000 | 1001000 | 101010 | 0 | 111111 | 1001110 | 11001 | 1100 | 1000000 | 101110 |
Color Harmonies of #C0482A
Complementary color
Monochromatic Colors of #C0482A
Black with #C0482A
Text Example
Text Example
White with #C0482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0482A; }
p { color: rgb(192,72,42); }
H1.HeaderClassName
{
color: #C0482A;
}
.AnyTagClassName
{
color: #C0482A;
}
</style>
background-color css
<style>
a { background-color: #C0482A; }
a { background-color: rgb(192,72,42); }
div.DivClassName
{
background-color: #C0482A;
}
.BgClassName
{
background-color: #C0482A;
}
</style>
border-color css
<style>
span { border-color: #C0482A; }
span { border-color: rgb(192,72,42); }
td.TdClassName
{
border-color: #C0482A;
}
.TagClassName
{
border-color: #C0482A;
}
</style>