Shades of Trinidad #C4472B
Tints of Trinidad #C4472B
RGB
CMYK
RGB Variations
Color information
#C4472B (or 0xC4472B) is known color: Trinidad. HEX triplet: C4, 47 and 2B. RGB value is (196,71,43). Sum of RGB (Red+Green+Blue) = 196+71+43=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4472B is #3BB8D4. Grayscale: #696969. Windows color (decimal): -3913941 or 2836420. OLE color: 2836420.
HSL color Cylindrical-coordinate representation of color #C4472B: hue angle of 10.98º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4472B is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 43 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.23 |
| HSL | 10.98º | 0.64% | 0.47% | - |
| HSV(B) | 10.98º | 0.78% | 0.77% | - |
| XYZ | 25.45 | 16.42 | 4.11 | - |
| YUV | 105.18 | 92.91 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 43 | 0 | 0.64 | 0.78 | 0.23 | 10.98 | 0.64 | 0.47 |
| Hex | C4 | 47 | 2B | 0 | 40 | 4E | 17 | B | 40 | 2F |
| Octal | 304 | 107 | 53 | 0 | 100 | 116 | 27 | 13 | 100 | 57 |
| Binary | 11000100 | 1000111 | 101011 | 0 | 1000000 | 1001110 | 10111 | 1011 | 1000000 | 101111 |
Color Harmonies of #C4472B
Complementary color
Monochromatic Colors of #C4472B
Black with #C4472B
Text Example
Text Example
White with #C4472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4472B; }
p { color: rgb(196,71,43); }
H1.HeaderClassName
{
color: #C4472B;
}
.AnyTagClassName
{
color: #C4472B;
}
</style>
background-color css
<style>
a { background-color: #C4472B; }
a { background-color: rgb(196,71,43); }
div.DivClassName
{
background-color: #C4472B;
}
.BgClassName
{
background-color: #C4472B;
}
</style>
border-color css
<style>
span { border-color: #C4472B; }
span { border-color: rgb(196,71,43); }
td.TdClassName
{
border-color: #C4472B;
}
.TagClassName
{
border-color: #C4472B;
}
</style>