Html Css Color HEX #BE443A Grenadier

📋 copy color: '#BE443A'

red 190 ◦ green 68 ◦ blue 58

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

Shades of Grenadier #BE443A

Tints of Grenadier #BE443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 60.13%
G = 21.52%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE443A (or 0xBE443A) is known color: Grenadier. HEX triplet: BE, 44 and 3A. RGB value is (190,68,58). Sum of RGB (Red+Green+Blue) = 190+68+58=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE443A is #41BBC5. Grayscale: #676767. Windows color (decimal): -4307910 or 3818686. OLE color: 3818686.

HSL color Cylindrical-coordinate representation of color #BE443A: hue angle of 4.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE443A is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 58 -
CMYK 0 0.64 0.69 0.25
HSL 4.55º 0.53% 0.49% -
HSV(B) 4.55º 0.69% 0.75% -
XYZ 24.07 15.39 5.7 -
YUV 103.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 190 68 58 0 0.64 0.69 0.25 4.55 0.53 0.49
Hex BE 44 3A 0 40 45 19 5 35 31
Octal 276 104 72 0 100 105 31 5 65 61
Binary 10111110 1000100 111010 0 1000000 1000101 11001 101 110101 110001

Color Harmonies of #BE443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE443A

Black with #BE443A

Text Example


Text Example

White with #BE443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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