Shades of Trinidad #BC4C28
Tints of Trinidad #BC4C28
RGB
CMYK
RGB Variations
Color information
#BC4C28 (or 0xBC4C28) is known color: Trinidad. HEX triplet: BC, 4C and 28. RGB value is (188,76,40). Sum of RGB (Red+Green+Blue) = 188+76+40=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C28 is #43B3D7. Grayscale: #696969. Windows color (decimal): -4436952 or 2641084. OLE color: 2641084.
HSL color Cylindrical-coordinate representation of color #BC4C28: hue angle of 14.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC4C28 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 40 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.26 |
| HSL | 14.59º | 0.65% | 0.45% | - |
| HSV(B) | 14.59º | 0.79% | 0.74% | - |
| XYZ | 23.71 | 16.01 | 3.85 | - |
| YUV | 105.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 40 | 0 | 0.60 | 0.79 | 0.26 | 14.59 | 0.65 | 0.45 |
| Hex | BC | 4C | 28 | 0 | 3C | 4F | 1A | F | 41 | 2D |
| Octal | 274 | 114 | 50 | 0 | 74 | 117 | 32 | 17 | 101 | 55 |
| Binary | 10111100 | 1001100 | 101000 | 0 | 111100 | 1001111 | 11010 | 1111 | 1000001 | 101101 |
Color Harmonies of #BC4C28
Complementary color
Monochromatic Colors of #BC4C28
Black with #BC4C28
Text Example
Text Example
White with #BC4C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C28; }
p { color: rgb(188,76,40); }
H1.HeaderClassName
{
color: #BC4C28;
}
.AnyTagClassName
{
color: #BC4C28;
}
</style>
background-color css
<style>
a { background-color: #BC4C28; }
a { background-color: rgb(188,76,40); }
div.DivClassName
{
background-color: #BC4C28;
}
.BgClassName
{
background-color: #BC4C28;
}
</style>
border-color css
<style>
span { border-color: #BC4C28; }
span { border-color: rgb(188,76,40); }
td.TdClassName
{
border-color: #BC4C28;
}
.TagClassName
{
border-color: #BC4C28;
}
</style>