Shades of Trinidad #BC4929
Tints of Trinidad #BC4929
RGB
CMYK
RGB Variations
Color information
#BC4929 (or 0xBC4929) is known color: Trinidad. HEX triplet: BC, 49 and 29. RGB value is (188,73,41). Sum of RGB (Red+Green+Blue) = 188+73+41=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4929 is #43B6D6. Grayscale: #676767. Windows color (decimal): -4437719 or 2705852. OLE color: 2705852.
HSL color Cylindrical-coordinate representation of color #BC4929: hue angle of 13.06º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC4929 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 41 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.26 |
| HSL | 13.06º | 0.64% | 0.45% | - |
| HSV(B) | 13.06º | 0.78% | 0.74% | - |
| XYZ | 23.52 | 15.62 | 3.87 | - |
| YUV | 103.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 41 | 0 | 0.61 | 0.78 | 0.26 | 13.06 | 0.64 | 0.45 |
| Hex | BC | 49 | 29 | 0 | 3D | 4E | 1A | D | 40 | 2D |
| Octal | 274 | 111 | 51 | 0 | 75 | 116 | 32 | 15 | 100 | 55 |
| Binary | 10111100 | 1001001 | 101001 | 0 | 111101 | 1001110 | 11010 | 1101 | 1000000 | 101101 |
Color Harmonies of #BC4929
Complementary color
Monochromatic Colors of #BC4929
Black with #BC4929
Text Example
Text Example
White with #BC4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4929; }
p { color: rgb(188,73,41); }
H1.HeaderClassName
{
color: #BC4929;
}
.AnyTagClassName
{
color: #BC4929;
}
</style>
background-color css
<style>
a { background-color: #BC4929; }
a { background-color: rgb(188,73,41); }
div.DivClassName
{
background-color: #BC4929;
}
.BgClassName
{
background-color: #BC4929;
}
</style>
border-color css
<style>
span { border-color: #BC4929; }
span { border-color: rgb(188,73,41); }
td.TdClassName
{
border-color: #BC4929;
}
.TagClassName
{
border-color: #BC4929;
}
</style>