Html Css Color HEX #BE4030 Grenadier

📋 copy color: '#BE4030'

red 190 ◦ green 64 ◦ blue 48

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

Shades of Grenadier #BE4030

Tints of Grenadier #BE4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 62.91%
G = 21.19%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE4030 (or 0xBE4030) is known color: Grenadier. HEX triplet: BE, 40 and 30. RGB value is (190,64,48). Sum of RGB (Red+Green+Blue) = 190+64+48=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4030 is #41BFCF. Grayscale: #646464. Windows color (decimal): -4308944 or 3162302. OLE color: 3162302.

HSL color Cylindrical-coordinate representation of color #BE4030: hue angle of 6.76º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE4030 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 64 48 -
CMYK 0 0.66 0.75 0.25
HSL 6.76º 0.6% 0.47% -
HSV(B) 6.76º 0.75% 0.75% -
XYZ 23.6 14.83 4.41 -
YUV 99.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 190 64 48 0 0.66 0.75 0.25 6.76 0.6 0.47
Hex BE 40 30 0 42 4B 19 7 3C 2F
Octal 276 100 60 0 102 113 31 7 74 57
Binary 10111110 1000000 110000 0 1000010 1001011 11001 111 111100 101111

Color Harmonies of #BE4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4030

Black with #BE4030

Text Example


Text Example

White with #BE4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4030; }

 p { color: rgb(190,64,48); }

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

background-color css

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

 a { background-color: rgb(190,64,48); }

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

border-color css

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

 span { border-color: rgb(190,64,48); }

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