Shades of Trinidad #BF512B
Tints of Trinidad #BF512B
RGB
CMYK
RGB Variations
Color information
#BF512B (or 0xBF512B) is known color: Trinidad. HEX triplet: BF, 51 and 2B. RGB value is (191,81,43). Sum of RGB (Red+Green+Blue) = 191+81+43=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF512B is #40AED4. Grayscale: #6D6D6D. Windows color (decimal): -4239061 or 2838975. OLE color: 2838975.
HSL color Cylindrical-coordinate representation of color #BF512B: hue angle of 15.41º 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 #BF512B is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 43 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.25 |
| HSL | 15.41º | 0.63% | 0.46% | - |
| HSV(B) | 15.41º | 0.77% | 0.75% | - |
| XYZ | 24.86 | 17.14 | 4.28 | - |
| YUV | 109.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 43 | 0 | 0.58 | 0.77 | 0.25 | 15.41 | 0.63 | 0.46 |
| Hex | BF | 51 | 2B | 0 | 3A | 4D | 19 | F | 3F | 2E |
| Octal | 277 | 121 | 53 | 0 | 72 | 115 | 31 | 17 | 77 | 56 |
| Binary | 10111111 | 1010001 | 101011 | 0 | 111010 | 1001101 | 11001 | 1111 | 111111 | 101110 |
Color Harmonies of #BF512B
Complementary color
Monochromatic Colors of #BF512B
Black with #BF512B
Text Example
Text Example
White with #BF512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF512B; }
p { color: rgb(191,81,43); }
H1.HeaderClassName
{
color: #BF512B;
}
.AnyTagClassName
{
color: #BF512B;
}
</style>
background-color css
<style>
a { background-color: #BF512B; }
a { background-color: rgb(191,81,43); }
div.DivClassName
{
background-color: #BF512B;
}
.BgClassName
{
background-color: #BF512B;
}
</style>
border-color css
<style>
span { border-color: #BF512B; }
span { border-color: rgb(191,81,43); }
td.TdClassName
{
border-color: #BF512B;
}
.TagClassName
{
border-color: #BF512B;
}
</style>