Shades of Trinidad #BE4425
Tints of Trinidad #BE4425
RGB
CMYK
RGB Variations
Color information
#BE4425 (or 0xBE4425) is known color: Trinidad. HEX triplet: BE, 44 and 25. RGB value is (190,68,37). Sum of RGB (Red+Green+Blue) = 190+68+37=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4425 is #41BBDA. Grayscale: #656565. Windows color (decimal): -4307931 or 2442430. OLE color: 2442430.
HSL color Cylindrical-coordinate representation of color #BE4425: hue angle of 12.16º degrees, saturation: 0.67, 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 #BE4425 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 37 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.25 |
| HSL | 12.16º | 0.67% | 0.45% | - |
| HSV(B) | 12.16º | 0.81% | 0.75% | - |
| XYZ | 23.64 | 15.21 | 3.44 | - |
| YUV | 100.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 37 | 0 | 0.64 | 0.81 | 0.25 | 12.16 | 0.67 | 0.45 |
| Hex | BE | 44 | 25 | 0 | 40 | 51 | 19 | C | 43 | 2D |
| Octal | 276 | 104 | 45 | 0 | 100 | 121 | 31 | 14 | 103 | 55 |
| Binary | 10111110 | 1000100 | 100101 | 0 | 1000000 | 1010001 | 11001 | 1100 | 1000011 | 101101 |
Color Harmonies of #BE4425
Complementary color
Monochromatic Colors of #BE4425
Black with #BE4425
Text Example
Text Example
White with #BE4425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4425; }
p { color: rgb(190,68,37); }
H1.HeaderClassName
{
color: #BE4425;
}
.AnyTagClassName
{
color: #BE4425;
}
</style>
background-color css
<style>
a { background-color: #BE4425; }
a { background-color: rgb(190,68,37); }
div.DivClassName
{
background-color: #BE4425;
}
.BgClassName
{
background-color: #BE4425;
}
</style>
border-color css
<style>
span { border-color: #BE4425; }
span { border-color: rgb(190,68,37); }
td.TdClassName
{
border-color: #BE4425;
}
.TagClassName
{
border-color: #BE4425;
}
</style>