Shades of Trinidad #BC502C
Tints of Trinidad #BC502C
RGB
CMYK
RGB Variations
Color information
#BC502C (or 0xBC502C) is known color: Trinidad. HEX triplet: BC, 50 and 2C. RGB value is (188,80,44). Sum of RGB (Red+Green+Blue) = 188+80+44=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC502C is #43AFD3. Grayscale: #6C6C6C. Windows color (decimal): -4435924 or 2904252. OLE color: 2904252.
HSL color Cylindrical-coordinate representation of color #BC502C: hue angle of 15º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC502C is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 44 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.26 |
| HSL | 15º | 0.62% | 0.45% | - |
| HSV(B) | 15º | 0.77% | 0.74% | - |
| XYZ | 24.06 | 16.61 | 4.32 | - |
| YUV | 108.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 44 | 0 | 0.57 | 0.77 | 0.26 | 15 | 0.62 | 0.45 |
| Hex | BC | 50 | 2C | 0 | 39 | 4D | 1A | F | 3E | 2D |
| Octal | 274 | 120 | 54 | 0 | 71 | 115 | 32 | 17 | 76 | 55 |
| Binary | 10111100 | 1010000 | 101100 | 0 | 111001 | 1001101 | 11010 | 1111 | 111110 | 101101 |
Color Harmonies of #BC502C
Complementary color
Monochromatic Colors of #BC502C
Black with #BC502C
Text Example
Text Example
White with #BC502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC502C; }
p { color: rgb(188,80,44); }
H1.HeaderClassName
{
color: #BC502C;
}
.AnyTagClassName
{
color: #BC502C;
}
</style>
background-color css
<style>
a { background-color: #BC502C; }
a { background-color: rgb(188,80,44); }
div.DivClassName
{
background-color: #BC502C;
}
.BgClassName
{
background-color: #BC502C;
}
</style>
border-color css
<style>
span { border-color: #BC502C; }
span { border-color: rgb(188,80,44); }
td.TdClassName
{
border-color: #BC502C;
}
.TagClassName
{
border-color: #BC502C;
}
</style>