Html Css Color HEX #BE422A Grenadier

📋 copy color: '#BE422A'

red 190 ◦ green 66 ◦ blue 42

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

Shades of Grenadier #BE422A

Tints of Grenadier #BE422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 63.76%
G = 22.15%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE422A (or 0xBE422A) is known color: Grenadier. HEX triplet: BE, 42 and 2A. RGB value is (190,66,42). Sum of RGB (Red+Green+Blue) = 190+66+42=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE422A is #41BDD5. Grayscale: #646464. Windows color (decimal): -4308438 or 2769598. OLE color: 2769598.

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

Color convert

RGB 190 66 42 -
CMYK 0 0.65 0.78 0.25
HSL 9.73º 0.64% 0.45% -
HSV(B) 9.73º 0.78% 0.75% -
XYZ 23.6 15.01 3.84 -
YUV 100.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 190 66 42 0 0.65 0.78 0.25 9.73 0.64 0.45
Hex BE 42 2A 0 41 4E 19 A 40 2D
Octal 276 102 52 0 101 116 31 12 100 55
Binary 10111110 1000010 101010 0 1000001 1001110 11001 1010 1000000 101101

Color Harmonies of #BE422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE422A

Black with #BE422A

Text Example


Text Example

White with #BE422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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