Shades of Trinidad #BC4325
Tints of Trinidad #BC4325
RGB
CMYK
RGB Variations
Color information
#BC4325 (or 0xBC4325) is known color: Trinidad. HEX triplet: BC, 43 and 25. RGB value is (188,67,37). Sum of RGB (Red+Green+Blue) = 188+67+37=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4325 is #43BCDA. Grayscale: #646464. Windows color (decimal): -4439259 or 2442172. OLE color: 2442172.
HSL color Cylindrical-coordinate representation of color #BC4325: hue angle of 11.92º 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 #BC4325 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 37 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.26 |
| HSL | 11.92º | 0.67% | 0.44% | - |
| HSV(B) | 11.92º | 0.8% | 0.74% | - |
| XYZ | 23.08 | 14.84 | 3.4 | - |
| YUV | 99.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 37 | 0 | 0.64 | 0.80 | 0.26 | 11.92 | 0.67 | 0.44 |
| Hex | BC | 43 | 25 | 0 | 40 | 50 | 1A | C | 43 | 2C |
| Octal | 274 | 103 | 45 | 0 | 100 | 120 | 32 | 14 | 103 | 54 |
| Binary | 10111100 | 1000011 | 100101 | 0 | 1000000 | 1010000 | 11010 | 1100 | 1000011 | 101100 |
Color Harmonies of #BC4325
Complementary color
Monochromatic Colors of #BC4325
Black with #BC4325
Text Example
Text Example
White with #BC4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4325; }
p { color: rgb(188,67,37); }
H1.HeaderClassName
{
color: #BC4325;
}
.AnyTagClassName
{
color: #BC4325;
}
</style>
background-color css
<style>
a { background-color: #BC4325; }
a { background-color: rgb(188,67,37); }
div.DivClassName
{
background-color: #BC4325;
}
.BgClassName
{
background-color: #BC4325;
}
</style>
border-color css
<style>
span { border-color: #BC4325; }
span { border-color: rgb(188,67,37); }
td.TdClassName
{
border-color: #BC4325;
}
.TagClassName
{
border-color: #BC4325;
}
</style>