Shades of Trinidad #BD512C
Tints of Trinidad #BD512C
RGB
CMYK
RGB Variations
Color information
#BD512C (or 0xBD512C) is known color: Trinidad. HEX triplet: BD, 51 and 2C. RGB value is (189,81,44). Sum of RGB (Red+Green+Blue) = 189+81+44=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD512C is #42AED3. Grayscale: #6D6D6D. Windows color (decimal): -4370132 or 2904509. OLE color: 2904509.
HSL color Cylindrical-coordinate representation of color #BD512C: hue angle of 15.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD512C is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 44 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.26 |
| HSL | 15.31º | 0.62% | 0.46% | - |
| HSV(B) | 15.31º | 0.77% | 0.74% | - |
| XYZ | 24.38 | 16.89 | 4.36 | - |
| YUV | 109.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 44 | 0 | 0.57 | 0.77 | 0.26 | 15.31 | 0.62 | 0.46 |
| Hex | BD | 51 | 2C | 0 | 39 | 4D | 1A | F | 3E | 2E |
| Octal | 275 | 121 | 54 | 0 | 71 | 115 | 32 | 17 | 76 | 56 |
| Binary | 10111101 | 1010001 | 101100 | 0 | 111001 | 1001101 | 11010 | 1111 | 111110 | 101110 |
Color Harmonies of #BD512C
Complementary color
Monochromatic Colors of #BD512C
Black with #BD512C
Text Example
Text Example
White with #BD512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD512C; }
p { color: rgb(189,81,44); }
H1.HeaderClassName
{
color: #BD512C;
}
.AnyTagClassName
{
color: #BD512C;
}
</style>
background-color css
<style>
a { background-color: #BD512C; }
a { background-color: rgb(189,81,44); }
div.DivClassName
{
background-color: #BD512C;
}
.BgClassName
{
background-color: #BD512C;
}
</style>
border-color css
<style>
span { border-color: #BD512C; }
span { border-color: rgb(189,81,44); }
td.TdClassName
{
border-color: #BD512C;
}
.TagClassName
{
border-color: #BD512C;
}
</style>