Shades of Trinidad #BE4A24
Tints of Trinidad #BE4A24
RGB
CMYK
RGB Variations
Color information
#BE4A24 (or 0xBE4A24) is known color: Trinidad. HEX triplet: BE, 4A and 24. RGB value is (190,74,36). Sum of RGB (Red+Green+Blue) = 190+74+36=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A24 is #41B5DB. Grayscale: #686868. Windows color (decimal): -4306396 or 2378430. OLE color: 2378430.
HSL color Cylindrical-coordinate representation of color #BE4A24: hue angle of 14.81º 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 #BE4A24 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 36 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.25 |
| HSL | 14.81º | 0.68% | 0.44% | - |
| HSV(B) | 14.81º | 0.81% | 0.75% | - |
| XYZ | 24 | 15.97 | 3.49 | - |
| YUV | 104.35 | 89.43 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 36 | 0 | 0.61 | 0.81 | 0.25 | 14.81 | 0.68 | 0.44 |
| Hex | BE | 4A | 24 | 0 | 3D | 51 | 19 | F | 44 | 2C |
| Octal | 276 | 112 | 44 | 0 | 75 | 121 | 31 | 17 | 104 | 54 |
| Binary | 10111110 | 1001010 | 100100 | 0 | 111101 | 1010001 | 11001 | 1111 | 1000100 | 101100 |
Color Harmonies of #BE4A24
Complementary color
Monochromatic Colors of #BE4A24
Black with #BE4A24
Text Example
Text Example
White with #BE4A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A24; }
p { color: rgb(190,74,36); }
H1.HeaderClassName
{
color: #BE4A24;
}
.AnyTagClassName
{
color: #BE4A24;
}
</style>
background-color css
<style>
a { background-color: #BE4A24; }
a { background-color: rgb(190,74,36); }
div.DivClassName
{
background-color: #BE4A24;
}
.BgClassName
{
background-color: #BE4A24;
}
</style>
border-color css
<style>
span { border-color: #BE4A24; }
span { border-color: rgb(190,74,36); }
td.TdClassName
{
border-color: #BE4A24;
}
.TagClassName
{
border-color: #BE4A24;
}
</style>