Shades of Trinidad #BC4323
Tints of Trinidad #BC4323
RGB
CMYK
RGB Variations
Color information
#BC4323 (or 0xBC4323) is known color: Trinidad. HEX triplet: BC, 43 and 23. RGB value is (188,67,35). Sum of RGB (Red+Green+Blue) = 188+67+35=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4323 is #43BCDC. Grayscale: #636363. Windows color (decimal): -4439261 or 2311100. OLE color: 2311100.
HSL color Cylindrical-coordinate representation of color #BC4323: hue angle of 12.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC4323 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 35 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.26 |
| HSL | 12.55º | 0.69% | 0.44% | - |
| HSV(B) | 12.55º | 0.81% | 0.74% | - |
| XYZ | 23.05 | 14.83 | 3.24 | - |
| YUV | 99.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 35 | 0 | 0.64 | 0.81 | 0.26 | 12.55 | 0.69 | 0.44 |
| Hex | BC | 43 | 23 | 0 | 40 | 51 | 1A | D | 45 | 2C |
| Octal | 274 | 103 | 43 | 0 | 100 | 121 | 32 | 15 | 105 | 54 |
| Binary | 10111100 | 1000011 | 100011 | 0 | 1000000 | 1010001 | 11010 | 1101 | 1000101 | 101100 |
Color Harmonies of #BC4323
Complementary color
Monochromatic Colors of #BC4323
Black with #BC4323
Text Example
Text Example
White with #BC4323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4323; }
p { color: rgb(188,67,35); }
H1.HeaderClassName
{
color: #BC4323;
}
.AnyTagClassName
{
color: #BC4323;
}
</style>
background-color css
<style>
a { background-color: #BC4323; }
a { background-color: rgb(188,67,35); }
div.DivClassName
{
background-color: #BC4323;
}
.BgClassName
{
background-color: #BC4323;
}
</style>
border-color css
<style>
span { border-color: #BC4323; }
span { border-color: rgb(188,67,35); }
td.TdClassName
{
border-color: #BC4323;
}
.TagClassName
{
border-color: #BC4323;
}
</style>