Html Css Color HEX #BE422D Grenadier

📋 copy color: '#BE422D'

red 190 ◦ green 66 ◦ blue 45

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

Shades of Grenadier #BE422D

Tints of Grenadier #BE422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 63.12%
G = 21.93%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE422D (or 0xBE422D) is known color: Grenadier. HEX triplet: BE, 42 and 2D. RGB value is (190,66,45). Sum of RGB (Red+Green+Blue) = 190+66+45=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE422D is #41BDD2. Grayscale: #646464. Windows color (decimal): -4308435 or 2966206. OLE color: 2966206.

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

Color convert

RGB 190 66 45 -
CMYK 0 0.65 0.76 0.25
HSL 8.69º 0.62% 0.46% -
HSV(B) 8.69º 0.76% 0.75% -
XYZ 23.66 15.03 4.14 -
YUV 100.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 190 66 45 0 0.65 0.76 0.25 8.69 0.62 0.46
Hex BE 42 2D 0 41 4C 19 9 3E 2E
Octal 276 102 55 0 101 114 31 11 76 56
Binary 10111110 1000010 101101 0 1000001 1001100 11001 1001 111110 101110

Color Harmonies of #BE422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE422D

Black with #BE422D

Text Example


Text Example

White with #BE422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE422D; }

 p { color: rgb(190,66,45); }

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

background-color css

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

 a { background-color: rgb(190,66,45); }

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

border-color css

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

 span { border-color: rgb(190,66,45); }

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