Shades of Trinidad #BF512C
Tints of Trinidad #BF512C
RGB
CMYK
RGB Variations
Color information
#BF512C (or 0xBF512C) is known color: Trinidad. HEX triplet: BF, 51 and 2C. RGB value is (191,81,44). Sum of RGB (Red+Green+Blue) = 191+81+44=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF512C is #40AED3. Grayscale: #6D6D6D. Windows color (decimal): -4239060 or 2904511. OLE color: 2904511.
HSL color Cylindrical-coordinate representation of color #BF512C: hue angle of 15.1º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF512C is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 44 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.25 |
| HSL | 15.1º | 0.63% | 0.46% | - |
| HSV(B) | 15.1º | 0.77% | 0.75% | - |
| XYZ | 24.88 | 17.14 | 4.38 | - |
| YUV | 109.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 44 | 0 | 0.58 | 0.77 | 0.25 | 15.1 | 0.63 | 0.46 |
| Hex | BF | 51 | 2C | 0 | 3A | 4D | 19 | F | 3F | 2E |
| Octal | 277 | 121 | 54 | 0 | 72 | 115 | 31 | 17 | 77 | 56 |
| Binary | 10111111 | 1010001 | 101100 | 0 | 111010 | 1001101 | 11001 | 1111 | 111111 | 101110 |
Color Harmonies of #BF512C
Complementary color
Monochromatic Colors of #BF512C
Black with #BF512C
Text Example
Text Example
White with #BF512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF512C; }
p { color: rgb(191,81,44); }
H1.HeaderClassName
{
color: #BF512C;
}
.AnyTagClassName
{
color: #BF512C;
}
</style>
background-color css
<style>
a { background-color: #BF512C; }
a { background-color: rgb(191,81,44); }
div.DivClassName
{
background-color: #BF512C;
}
.BgClassName
{
background-color: #BF512C;
}
</style>
border-color css
<style>
span { border-color: #BF512C; }
span { border-color: rgb(191,81,44); }
td.TdClassName
{
border-color: #BF512C;
}
.TagClassName
{
border-color: #BF512C;
}
</style>