Shades of Trinidad #BC4C25
Tints of Trinidad #BC4C25
RGB
CMYK
RGB Variations
Color information
#BC4C25 (or 0xBC4C25) is known color: Trinidad. HEX triplet: BC, 4C and 25. RGB value is (188,76,37). Sum of RGB (Red+Green+Blue) = 188+76+37=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C25 is #43B3DA. Grayscale: #696969. Windows color (decimal): -4436955 or 2444476. OLE color: 2444476.
HSL color Cylindrical-coordinate representation of color #BC4C25: hue angle of 15.5º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC4C25 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 37 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.26 |
| HSL | 15.5º | 0.67% | 0.44% | - |
| HSV(B) | 15.5º | 0.8% | 0.74% | - |
| XYZ | 23.66 | 15.99 | 3.59 | - |
| YUV | 105.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 37 | 0 | 0.60 | 0.80 | 0.26 | 15.5 | 0.67 | 0.44 |
| Hex | BC | 4C | 25 | 0 | 3C | 50 | 1A | F | 43 | 2C |
| Octal | 274 | 114 | 45 | 0 | 74 | 120 | 32 | 17 | 103 | 54 |
| Binary | 10111100 | 1001100 | 100101 | 0 | 111100 | 1010000 | 11010 | 1111 | 1000011 | 101100 |
Color Harmonies of #BC4C25
Complementary color
Monochromatic Colors of #BC4C25
Black with #BC4C25
Text Example
Text Example
White with #BC4C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C25; }
p { color: rgb(188,76,37); }
H1.HeaderClassName
{
color: #BC4C25;
}
.AnyTagClassName
{
color: #BC4C25;
}
</style>
background-color css
<style>
a { background-color: #BC4C25; }
a { background-color: rgb(188,76,37); }
div.DivClassName
{
background-color: #BC4C25;
}
.BgClassName
{
background-color: #BC4C25;
}
</style>
border-color css
<style>
span { border-color: #BC4C25; }
span { border-color: rgb(188,76,37); }
td.TdClassName
{
border-color: #BC4C25;
}
.TagClassName
{
border-color: #BC4C25;
}
</style>