Shades of Trinidad #BE4324
Tints of Trinidad #BE4324
RGB
CMYK
RGB Variations
Color information
#BE4324 (or 0xBE4324) is known color: Trinidad. HEX triplet: BE, 43 and 24. RGB value is (190,67,36). Sum of RGB (Red+Green+Blue) = 190+67+36=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4324 is #41BCDB. Grayscale: #646464. Windows color (decimal): -4308188 or 2376638. OLE color: 2376638.
HSL color Cylindrical-coordinate representation of color #BE4324: hue angle of 12.08º 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 #BE4324 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 36 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.25 |
| HSL | 12.08º | 0.68% | 0.44% | - |
| HSV(B) | 12.08º | 0.81% | 0.75% | - |
| XYZ | 23.56 | 15.09 | 3.34 | - |
| YUV | 100.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 36 | 0 | 0.65 | 0.81 | 0.25 | 12.08 | 0.68 | 0.44 |
| Hex | BE | 43 | 24 | 0 | 41 | 51 | 19 | C | 44 | 2C |
| Octal | 276 | 103 | 44 | 0 | 101 | 121 | 31 | 14 | 104 | 54 |
| Binary | 10111110 | 1000011 | 100100 | 0 | 1000001 | 1010001 | 11001 | 1100 | 1000100 | 101100 |
Color Harmonies of #BE4324
Complementary color
Monochromatic Colors of #BE4324
Black with #BE4324
Text Example
Text Example
White with #BE4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4324; }
p { color: rgb(190,67,36); }
H1.HeaderClassName
{
color: #BE4324;
}
.AnyTagClassName
{
color: #BE4324;
}
</style>
background-color css
<style>
a { background-color: #BE4324; }
a { background-color: rgb(190,67,36); }
div.DivClassName
{
background-color: #BE4324;
}
.BgClassName
{
background-color: #BE4324;
}
</style>
border-color css
<style>
span { border-color: #BE4324; }
span { border-color: rgb(190,67,36); }
td.TdClassName
{
border-color: #BE4324;
}
.TagClassName
{
border-color: #BE4324;
}
</style>