Shades of Trinidad #BF492C
Tints of Trinidad #BF492C
RGB
CMYK
RGB Variations
Color information
#BF492C (or 0xBF492C) is known color: Trinidad. HEX triplet: BF, 49 and 2C. RGB value is (191,73,44). Sum of RGB (Red+Green+Blue) = 191+73+44=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF492C is #40B6D3. Grayscale: #696969. Windows color (decimal): -4241108 or 2902463. OLE color: 2902463.
HSL color Cylindrical-coordinate representation of color #BF492C: hue angle of 11.84º 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 #BF492C is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 44 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.25 |
| HSL | 11.84º | 0.63% | 0.46% | - |
| HSV(B) | 11.84º | 0.77% | 0.75% | - |
| XYZ | 24.32 | 16.02 | 4.19 | - |
| YUV | 104.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 44 | 0 | 0.62 | 0.77 | 0.25 | 11.84 | 0.63 | 0.46 |
| Hex | BF | 49 | 2C | 0 | 3E | 4D | 19 | C | 3F | 2E |
| Octal | 277 | 111 | 54 | 0 | 76 | 115 | 31 | 14 | 77 | 56 |
| Binary | 10111111 | 1001001 | 101100 | 0 | 111110 | 1001101 | 11001 | 1100 | 111111 | 101110 |
Color Harmonies of #BF492C
Complementary color
Monochromatic Colors of #BF492C
Black with #BF492C
Text Example
Text Example
White with #BF492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF492C; }
p { color: rgb(191,73,44); }
H1.HeaderClassName
{
color: #BF492C;
}
.AnyTagClassName
{
color: #BF492C;
}
</style>
background-color css
<style>
a { background-color: #BF492C; }
a { background-color: rgb(191,73,44); }
div.DivClassName
{
background-color: #BF492C;
}
.BgClassName
{
background-color: #BF492C;
}
</style>
border-color css
<style>
span { border-color: #BF492C; }
span { border-color: rgb(191,73,44); }
td.TdClassName
{
border-color: #BF492C;
}
.TagClassName
{
border-color: #BF492C;
}
</style>