Shades of Trinidad #BF4124
Tints of Trinidad #BF4124
RGB
CMYK
RGB Variations
Color information
#BF4124 (or 0xBF4124) is known color: Trinidad. HEX triplet: BF, 41 and 24. RGB value is (191,65,36). Sum of RGB (Red+Green+Blue) = 191+65+36=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4124 is #40BEDB. Grayscale: #636363. Windows color (decimal): -4243164 or 2376127. OLE color: 2376127.
HSL color Cylindrical-coordinate representation of color #BF4124: hue angle of 11.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF4124 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 36 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.25 |
| HSL | 11.23º | 0.68% | 0.45% | - |
| HSV(B) | 11.23º | 0.81% | 0.75% | - |
| XYZ | 23.69 | 14.98 | 3.31 | - |
| YUV | 99.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 36 | 0 | 0.66 | 0.81 | 0.25 | 11.23 | 0.68 | 0.45 |
| Hex | BF | 41 | 24 | 0 | 42 | 51 | 19 | B | 44 | 2D |
| Octal | 277 | 101 | 44 | 0 | 102 | 121 | 31 | 13 | 104 | 55 |
| Binary | 10111111 | 1000001 | 100100 | 0 | 1000010 | 1010001 | 11001 | 1011 | 1000100 | 101101 |
Color Harmonies of #BF4124
Complementary color
Monochromatic Colors of #BF4124
Black with #BF4124
Text Example
Text Example
White with #BF4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4124; }
p { color: rgb(191,65,36); }
H1.HeaderClassName
{
color: #BF4124;
}
.AnyTagClassName
{
color: #BF4124;
}
</style>
background-color css
<style>
a { background-color: #BF4124; }
a { background-color: rgb(191,65,36); }
div.DivClassName
{
background-color: #BF4124;
}
.BgClassName
{
background-color: #BF4124;
}
</style>
border-color css
<style>
span { border-color: #BF4124; }
span { border-color: rgb(191,65,36); }
td.TdClassName
{
border-color: #BF4124;
}
.TagClassName
{
border-color: #BF4124;
}
</style>