Shades of Trinidad #BE4824
Tints of Trinidad #BE4824
RGB
CMYK
RGB Variations
Color information
#BE4824 (or 0xBE4824) is known color: Trinidad. HEX triplet: BE, 48 and 24. RGB value is (190,72,36). Sum of RGB (Red+Green+Blue) = 190+72+36=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4824 is #41B7DB. Grayscale: #676767. Windows color (decimal): -4306908 or 2377918. OLE color: 2377918.
HSL color Cylindrical-coordinate representation of color #BE4824: hue angle of 14.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE4824 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 36 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.25 |
| HSL | 14.03º | 0.68% | 0.44% | - |
| HSV(B) | 14.03º | 0.81% | 0.75% | - |
| XYZ | 23.87 | 15.71 | 3.44 | - |
| YUV | 103.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 36 | 0 | 0.62 | 0.81 | 0.25 | 14.03 | 0.68 | 0.44 |
| Hex | BE | 48 | 24 | 0 | 3E | 51 | 19 | E | 44 | 2C |
| Octal | 276 | 110 | 44 | 0 | 76 | 121 | 31 | 16 | 104 | 54 |
| Binary | 10111110 | 1001000 | 100100 | 0 | 111110 | 1010001 | 11001 | 1110 | 1000100 | 101100 |
Color Harmonies of #BE4824
Complementary color
Monochromatic Colors of #BE4824
Black with #BE4824
Text Example
Text Example
White with #BE4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4824; }
p { color: rgb(190,72,36); }
H1.HeaderClassName
{
color: #BE4824;
}
.AnyTagClassName
{
color: #BE4824;
}
</style>
background-color css
<style>
a { background-color: #BE4824; }
a { background-color: rgb(190,72,36); }
div.DivClassName
{
background-color: #BE4824;
}
.BgClassName
{
background-color: #BE4824;
}
</style>
border-color css
<style>
span { border-color: #BE4824; }
span { border-color: rgb(190,72,36); }
td.TdClassName
{
border-color: #BE4824;
}
.TagClassName
{
border-color: #BE4824;
}
</style>