Html Css Color HEX #BE412E Grenadier

📋 copy color: '#BE412E'

red 190 ◦ green 65 ◦ blue 46

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

Shades of Grenadier #BE412E

Tints of Grenadier #BE412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 63.12%
G = 21.59%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE412E (or 0xBE412E) is known color: Grenadier. HEX triplet: BE, 41 and 2E. RGB value is (190,65,46). Sum of RGB (Red+Green+Blue) = 190+65+46=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE412E is #41BED1. Grayscale: #646464. Windows color (decimal): -4308690 or 3031486. OLE color: 3031486.

HSL color Cylindrical-coordinate representation of color #BE412E: hue angle of 7.92º degrees, saturation: 0.61, 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 #BE412E is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 46 -
CMYK 0 0.66 0.76 0.25
HSL 7.92º 0.61% 0.46% -
HSV(B) 7.92º 0.76% 0.75% -
XYZ 23.62 14.93 4.22 -
YUV 100.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 190 65 46 0 0.66 0.76 0.25 7.92 0.61 0.46
Hex BE 41 2E 0 42 4C 19 8 3D 2E
Octal 276 101 56 0 102 114 31 10 75 56
Binary 10111110 1000001 101110 0 1000010 1001100 11001 1000 111101 101110

Color Harmonies of #BE412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE412E

Black with #BE412E

Text Example


Text Example

White with #BE412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE412E; }

 p { color: rgb(190,65,46); }

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

background-color css

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

 a { background-color: rgb(190,65,46); }

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

border-color css

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

 span { border-color: rgb(190,65,46); }

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