Html Css Color HEX #BE4430 Grenadier

📋 copy color: '#BE4430'

red 190 ◦ green 68 ◦ blue 48

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

Shades of Grenadier #BE4430

Tints of Grenadier #BE4430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 62.09%
G = 22.22%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE4430 (or 0xBE4430) is known color: Grenadier. HEX triplet: BE, 44 and 30. RGB value is (190,68,48). Sum of RGB (Red+Green+Blue) = 190+68+48=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4430 is #41BBCF. Grayscale: #666666. Windows color (decimal): -4307920 or 3163326. OLE color: 3163326.

HSL color Cylindrical-coordinate representation of color #BE4430: hue angle of 8.45º 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 #BE4430 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 48 -
CMYK 0 0.64 0.75 0.25
HSL 8.45º 0.6% 0.47% -
HSV(B) 8.45º 0.75% 0.75% -
XYZ 23.84 15.29 4.49 -
YUV 102.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 190 68 48 0 0.64 0.75 0.25 8.45 0.6 0.47
Hex BE 44 30 0 40 4B 19 8 3C 2F
Octal 276 104 60 0 100 113 31 10 74 57
Binary 10111110 1000100 110000 0 1000000 1001011 11001 1000 111100 101111

Color Harmonies of #BE4430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4430

Black with #BE4430

Text Example


Text Example

White with #BE4430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4430; }

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

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

background-color css

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

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

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

border-color css

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

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

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