Shades of Trinidad #BF4D30
Tints of Trinidad #BF4D30
RGB
CMYK
RGB Variations
Color information
#BF4D30 (or 0xBF4D30) is known color: Trinidad. HEX triplet: BF, 4D and 30. RGB value is (191,77,48). Sum of RGB (Red+Green+Blue) = 191+77+48=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D30 is #40B2CF. Grayscale: #6C6C6C. Windows color (decimal): -4240080 or 3165631. OLE color: 3165631.
HSL color Cylindrical-coordinate representation of color #BF4D30: hue angle of 12.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF4D30 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 48 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.25 |
| HSL | 12.17º | 0.6% | 0.47% | - |
| HSV(B) | 12.17º | 0.75% | 0.75% | - |
| XYZ | 24.67 | 16.6 | 4.7 | - |
| YUV | 107.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 48 | 0 | 0.60 | 0.75 | 0.25 | 12.17 | 0.6 | 0.47 |
| Hex | BF | 4D | 30 | 0 | 3C | 4B | 19 | C | 3C | 2F |
| Octal | 277 | 115 | 60 | 0 | 74 | 113 | 31 | 14 | 74 | 57 |
| Binary | 10111111 | 1001101 | 110000 | 0 | 111100 | 1001011 | 11001 | 1100 | 111100 | 101111 |
Color Harmonies of #BF4D30
Complementary color
Monochromatic Colors of #BF4D30
Black with #BF4D30
Text Example
Text Example
White with #BF4D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D30; }
p { color: rgb(191,77,48); }
H1.HeaderClassName
{
color: #BF4D30;
}
.AnyTagClassName
{
color: #BF4D30;
}
</style>
background-color css
<style>
a { background-color: #BF4D30; }
a { background-color: rgb(191,77,48); }
div.DivClassName
{
background-color: #BF4D30;
}
.BgClassName
{
background-color: #BF4D30;
}
</style>
border-color css
<style>
span { border-color: #BF4D30; }
span { border-color: rgb(191,77,48); }
td.TdClassName
{
border-color: #BF4D30;
}
.TagClassName
{
border-color: #BF4D30;
}
</style>