Shades of Trinidad #C3512B
Tints of Trinidad #C3512B
RGB
CMYK
RGB Variations
Color information
#C3512B (or 0xC3512B) is known color: Trinidad. HEX triplet: C3, 51 and 2B. RGB value is (195,81,43). Sum of RGB (Red+Green+Blue) = 195+81+43=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3512B is #3CAED4. Grayscale: #6F6F6F. Windows color (decimal): -3976917 or 2838979. OLE color: 2838979.
HSL color Cylindrical-coordinate representation of color #C3512B: hue angle of 15º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3512B is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 43 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.24 |
| HSL | 15º | 0.64% | 0.47% | - |
| HSV(B) | 15º | 0.78% | 0.76% | - |
| XYZ | 25.88 | 17.66 | 4.33 | - |
| YUV | 110.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 43 | 0 | 0.58 | 0.78 | 0.24 | 15 | 0.64 | 0.47 |
| Hex | C3 | 51 | 2B | 0 | 3A | 4E | 18 | F | 40 | 2F |
| Octal | 303 | 121 | 53 | 0 | 72 | 116 | 30 | 17 | 100 | 57 |
| Binary | 11000011 | 1010001 | 101011 | 0 | 111010 | 1001110 | 11000 | 1111 | 1000000 | 101111 |
Color Harmonies of #C3512B
Complementary color
Monochromatic Colors of #C3512B
Black with #C3512B
Text Example
Text Example
White with #C3512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3512B; }
p { color: rgb(195,81,43); }
H1.HeaderClassName
{
color: #C3512B;
}
.AnyTagClassName
{
color: #C3512B;
}
</style>
background-color css
<style>
a { background-color: #C3512B; }
a { background-color: rgb(195,81,43); }
div.DivClassName
{
background-color: #C3512B;
}
.BgClassName
{
background-color: #C3512B;
}
</style>
border-color css
<style>
span { border-color: #C3512B; }
span { border-color: rgb(195,81,43); }
td.TdClassName
{
border-color: #C3512B;
}
.TagClassName
{
border-color: #C3512B;
}
</style>