Html Css Color HEX #BE4C29 Trinidad

📋 copy color: '#BE4C29'

red 190 ◦ green 76 ◦ blue 41

#BE4C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #BE4C29

Tints of Trinidad #BE4C29

RGB

 RED value IS 190 (74.61% from 255) = 61.89%

 GREEN value IS 76 (30.08% from 255) = 24.76%

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 61.89%
G = 24.76%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE4C29 (or 0xBE4C29) is known color: Trinidad. HEX triplet: BE, 4C and 29. RGB value is (190,76,41). Sum of RGB (Red+Green+Blue) = 190+76+41=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C29 is #41B3D6. Grayscale: #6A6A6A. Windows color (decimal): -4305879 or 2706622. OLE color: 2706622.

HSL color Cylindrical-coordinate representation of color #BE4C29: hue angle of 14.09º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE4C29 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 76 41 -
CMYK 0 0.60 0.78 0.25
HSL 14.09º 0.65% 0.45% -
HSV(B) 14.09º 0.78% 0.75% -
XYZ 24.22 16.28 3.96 -
YUV 106.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 190 76 41 0 0.60 0.78 0.25 14.09 0.65 0.45
Hex BE 4C 29 0 3C 4E 19 E 41 2D
Octal 276 114 51 0 74 116 31 16 101 55
Binary 10111110 1001100 101001 0 111100 1001110 11001 1110 1000001 101101

Color Harmonies of #BE4C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C29

Black with #BE4C29

Text Example


Text Example

White with #BE4C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C29; }

 p { color: rgb(190,76,41); }

 H1.HeaderClassName
 {
   color: #BE4C29;
 }
 .AnyTagClassName
 {
   color: #BE4C29;
 }
</style>

background-color css

<style>
 a { background-color: #BE4C29; }

 a { background-color: rgb(190,76,41); }

 div.DivClassName
 {
   background-color: #BE4C29;
 }
 .BgClassName
 {
   background-color: #BE4C29;
 }
</style>

border-color css

<style>
 span { border-color: #BE4C29; }

 span { border-color: rgb(190,76,41); }

 td.TdClassName
 {
   border-color: #BE4C29;
 }
 .TagClassName
 {
   border-color: #BE4C29;
 }
</style>