Shades of Trinidad #BC532D
Tints of Trinidad #BC532D
RGB
CMYK
RGB Variations
Color information
#BC532D (or 0xBC532D) is known color: Trinidad. HEX triplet: BC, 53 and 2D. RGB value is (188,83,45). Sum of RGB (Red+Green+Blue) = 188+83+45=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC532D is #43ACD2. Grayscale: #6E6E6E. Windows color (decimal): -4435155 or 2970556. OLE color: 2970556.
HSL color Cylindrical-coordinate representation of color #BC532D: hue angle of 15.94º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC532D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 45 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.26 |
| HSL | 15.94º | 0.61% | 0.46% | - |
| HSV(B) | 15.94º | 0.76% | 0.74% | - |
| XYZ | 24.31 | 17.07 | 4.5 | - |
| YUV | 110.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 45 | 0 | 0.56 | 0.76 | 0.26 | 15.94 | 0.61 | 0.46 |
| Hex | BC | 53 | 2D | 0 | 38 | 4C | 1A | 10 | 3D | 2E |
| Octal | 274 | 123 | 55 | 0 | 70 | 114 | 32 | 20 | 75 | 56 |
| Binary | 10111100 | 1010011 | 101101 | 0 | 111000 | 1001100 | 11010 | 10000 | 111101 | 101110 |
Color Harmonies of #BC532D
Complementary color
Monochromatic Colors of #BC532D
Black with #BC532D
Text Example
Text Example
White with #BC532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC532D; }
p { color: rgb(188,83,45); }
H1.HeaderClassName
{
color: #BC532D;
}
.AnyTagClassName
{
color: #BC532D;
}
</style>
background-color css
<style>
a { background-color: #BC532D; }
a { background-color: rgb(188,83,45); }
div.DivClassName
{
background-color: #BC532D;
}
.BgClassName
{
background-color: #BC532D;
}
</style>
border-color css
<style>
span { border-color: #BC532D; }
span { border-color: rgb(188,83,45); }
td.TdClassName
{
border-color: #BC532D;
}
.TagClassName
{
border-color: #BC532D;
}
</style>