Shades of Trinidad #C04B2A
Tints of Trinidad #C04B2A
RGB
CMYK
RGB Variations
Color information
#C04B2A (or 0xC04B2A) is known color: Trinidad. HEX triplet: C0, 4B and 2A. RGB value is (192,75,42). Sum of RGB (Red+Green+Blue) = 192+75+42=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B2A is #3FB4D5. Grayscale: #6A6A6A. Windows color (decimal): -4175062 or 2771904. OLE color: 2771904.
HSL color Cylindrical-coordinate representation of color #C04B2A: hue angle of 13.2º 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 #C04B2A is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 42 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.25 |
| HSL | 13.2º | 0.64% | 0.46% | - |
| HSV(B) | 13.2º | 0.78% | 0.75% | - |
| XYZ | 24.67 | 16.41 | 4.06 | - |
| YUV | 106.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 42 | 0 | 0.61 | 0.78 | 0.25 | 13.2 | 0.64 | 0.46 |
| Hex | C0 | 4B | 2A | 0 | 3D | 4E | 19 | D | 40 | 2E |
| Octal | 300 | 113 | 52 | 0 | 75 | 116 | 31 | 15 | 100 | 56 |
| Binary | 11000000 | 1001011 | 101010 | 0 | 111101 | 1001110 | 11001 | 1101 | 1000000 | 101110 |
Color Harmonies of #C04B2A
Complementary color
Monochromatic Colors of #C04B2A
Black with #C04B2A
Text Example
Text Example
White with #C04B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B2A; }
p { color: rgb(192,75,42); }
H1.HeaderClassName
{
color: #C04B2A;
}
.AnyTagClassName
{
color: #C04B2A;
}
</style>
background-color css
<style>
a { background-color: #C04B2A; }
a { background-color: rgb(192,75,42); }
div.DivClassName
{
background-color: #C04B2A;
}
.BgClassName
{
background-color: #C04B2A;
}
</style>
border-color css
<style>
span { border-color: #C04B2A; }
span { border-color: rgb(192,75,42); }
td.TdClassName
{
border-color: #C04B2A;
}
.TagClassName
{
border-color: #C04B2A;
}
</style>