Shades of Trinidad #BE4B2D
Tints of Trinidad #BE4B2D
RGB
CMYK
RGB Variations
Color information
#BE4B2D (or 0xBE4B2D) is known color: Trinidad. HEX triplet: BE, 4B and 2D. RGB value is (190,75,45). Sum of RGB (Red+Green+Blue) = 190+75+45=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B2D is #41B4D2. Grayscale: #6A6A6A. Windows color (decimal): -4306131 or 2968510. OLE color: 2968510.
HSL color Cylindrical-coordinate representation of color #BE4B2D: hue angle of 12.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE4B2D is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 45 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.25 |
| HSL | 12.41º | 0.62% | 0.46% | - |
| HSV(B) | 12.41º | 0.76% | 0.75% | - |
| XYZ | 24.22 | 16.17 | 4.33 | - |
| YUV | 105.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 45 | 0 | 0.61 | 0.76 | 0.25 | 12.41 | 0.62 | 0.46 |
| Hex | BE | 4B | 2D | 0 | 3D | 4C | 19 | C | 3E | 2E |
| Octal | 276 | 113 | 55 | 0 | 75 | 114 | 31 | 14 | 76 | 56 |
| Binary | 10111110 | 1001011 | 101101 | 0 | 111101 | 1001100 | 11001 | 1100 | 111110 | 101110 |
Color Harmonies of #BE4B2D
Complementary color
Monochromatic Colors of #BE4B2D
Black with #BE4B2D
Text Example
Text Example
White with #BE4B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B2D; }
p { color: rgb(190,75,45); }
H1.HeaderClassName
{
color: #BE4B2D;
}
.AnyTagClassName
{
color: #BE4B2D;
}
</style>
background-color css
<style>
a { background-color: #BE4B2D; }
a { background-color: rgb(190,75,45); }
div.DivClassName
{
background-color: #BE4B2D;
}
.BgClassName
{
background-color: #BE4B2D;
}
</style>
border-color css
<style>
span { border-color: #BE4B2D; }
span { border-color: rgb(190,75,45); }
td.TdClassName
{
border-color: #BE4B2D;
}
.TagClassName
{
border-color: #BE4B2D;
}
</style>