Shades of Trinidad #BD512E
Tints of Trinidad #BD512E
RGB
CMYK
RGB Variations
Color information
#BD512E (or 0xBD512E) is known color: Trinidad. HEX triplet: BD, 51 and 2E. RGB value is (189,81,46). Sum of RGB (Red+Green+Blue) = 189+81+46=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD512E is #42AED1. Grayscale: #6D6D6D. Windows color (decimal): -4370130 or 3035581. OLE color: 3035581.
HSL color Cylindrical-coordinate representation of color #BD512E: hue angle of 14.69º 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 #BD512E is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 46 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.26 |
| HSL | 14.69º | 0.61% | 0.46% | - |
| HSV(B) | 14.69º | 0.76% | 0.74% | - |
| XYZ | 24.42 | 16.9 | 4.56 | - |
| YUV | 109.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 46 | 0 | 0.57 | 0.76 | 0.26 | 14.69 | 0.61 | 0.46 |
| Hex | BD | 51 | 2E | 0 | 39 | 4C | 1A | F | 3D | 2E |
| Octal | 275 | 121 | 56 | 0 | 71 | 114 | 32 | 17 | 75 | 56 |
| Binary | 10111101 | 1010001 | 101110 | 0 | 111001 | 1001100 | 11010 | 1111 | 111101 | 101110 |
Color Harmonies of #BD512E
Complementary color
Monochromatic Colors of #BD512E
Black with #BD512E
Text Example
Text Example
White with #BD512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD512E; }
p { color: rgb(189,81,46); }
H1.HeaderClassName
{
color: #BD512E;
}
.AnyTagClassName
{
color: #BD512E;
}
</style>
background-color css
<style>
a { background-color: #BD512E; }
a { background-color: rgb(189,81,46); }
div.DivClassName
{
background-color: #BD512E;
}
.BgClassName
{
background-color: #BD512E;
}
</style>
border-color css
<style>
span { border-color: #BD512E; }
span { border-color: rgb(189,81,46); }
td.TdClassName
{
border-color: #BD512E;
}
.TagClassName
{
border-color: #BD512E;
}
</style>