Shades of Trinidad #BE4524
Tints of Trinidad #BE4524
RGB
CMYK
RGB Variations
Color information
#BE4524 (or 0xBE4524) is known color: Trinidad. HEX triplet: BE, 45 and 24. RGB value is (190,69,36). Sum of RGB (Red+Green+Blue) = 190+69+36=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4524 is #41BADB. Grayscale: #656565. Windows color (decimal): -4307676 or 2377150. OLE color: 2377150.
HSL color Cylindrical-coordinate representation of color #BE4524: hue angle of 12.86º 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 #BE4524 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 36 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.25 |
| HSL | 12.86º | 0.68% | 0.44% | - |
| HSV(B) | 12.86º | 0.81% | 0.75% | - |
| XYZ | 23.68 | 15.33 | 3.38 | - |
| YUV | 101.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 36 | 0 | 0.64 | 0.81 | 0.25 | 12.86 | 0.68 | 0.44 |
| Hex | BE | 45 | 24 | 0 | 40 | 51 | 19 | D | 44 | 2C |
| Octal | 276 | 105 | 44 | 0 | 100 | 121 | 31 | 15 | 104 | 54 |
| Binary | 10111110 | 1000101 | 100100 | 0 | 1000000 | 1010001 | 11001 | 1101 | 1000100 | 101100 |
Color Harmonies of #BE4524
Complementary color
Monochromatic Colors of #BE4524
Black with #BE4524
Text Example
Text Example
White with #BE4524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4524; }
p { color: rgb(190,69,36); }
H1.HeaderClassName
{
color: #BE4524;
}
.AnyTagClassName
{
color: #BE4524;
}
</style>
background-color css
<style>
a { background-color: #BE4524; }
a { background-color: rgb(190,69,36); }
div.DivClassName
{
background-color: #BE4524;
}
.BgClassName
{
background-color: #BE4524;
}
</style>
border-color css
<style>
span { border-color: #BE4524; }
span { border-color: rgb(190,69,36); }
td.TdClassName
{
border-color: #BE4524;
}
.TagClassName
{
border-color: #BE4524;
}
</style>